#0B3878

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

Shades of Dark Cerulean #0B3878

Tints of Dark Cerulean #0B3878

Color information

#0B3878 (or 0x0B3878) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 38 and 78. RGB value is (11,56,120). Sum of RGB (Red+Green+Blue) = 11+56+120=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B3878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3878 is #F4C787. Grayscale: #313131. Windows color (decimal): -16041864 or 7878667. OLE color: 7878667.

HSL color Cylindrical-coordinate representation of color #0B3878: hue angle of 215.23º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B3878 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1156120-
CMYK0.910.5300.53
HSL215.23º83.21%25.69%-
HSV(B)215.23º90.83%47.06%-
XYZ4.944.2618.33-
YUV49.84167.59100.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=5.88%
G=29.95%
B=64.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11561200.910.5300.53215.2383.2125.69
HexB38785B35035d7531a
Octal13701701336506532712332
Binary101111100011110001011011110101011010111010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,56,120); }

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

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

 a { background-color: rgb(11,56,120); }

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

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

 span { border-color: rgb(11,56,120); }

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