#0B4C7B

Color #0B4C7B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0B4C7B

Tints of Dark Cerulean #0B4C7B

Color information

#0B4C7B (or 0x0B4C7B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 4C and 7B. RGB value is (11,76,123). Sum of RGB (Red+Green+Blue) = 11+76+123=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B4C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4C7B is #F4B384. Grayscale: #3D3D3D. Windows color (decimal): -16036741 or 8080395. OLE color: 8080395.

HSL color Cylindrical-coordinate representation of color #0B4C7B: hue angle of 205.18º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B4C7B is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1176123-
CMYK0.910.3800.52
HSL205.18º83.58%26.27%-
HSV(B)205.18º91.06%48.24%-
XYZ6.36.6719.69-
YUV61.92162.4791.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 5.24%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=5.24%
G=36.19%
B=58.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11761230.910.3800.52205.1883.5826.27
HexB4C7B5B26034cd541a
Octal131141731334606431512432
Binary1011100110011110111011011100110011010011001101101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B4C7B; }

 p { color: rgb(11,76,123); }

 H1.HeaderClassName
 {
   color: #0B4C7B;
 }
 .AnyTagClassName
 {
   color: #0B4C7B;
 }
</style>
background-color css

<style>
 a { background-color: #0B4C7B; }

 a { background-color: rgb(11,76,123); }

 div.DivClassName
 {
   background-color: #0B4C7B;
 }
 .BgClassName
 {
   background-color: #0B4C7B;
 }
</style>
border-color css

<style>
 span { border-color: #0B4C7B; }

 span { border-color: rgb(11,76,123); }

 td.TdClassName
 {
   border-color: #0B4C7B;
 }
 .TagClassName
 {
   border-color: #0B4C7B;
 }
</style>