#0B347C

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

Shades of Dark Cerulean #0B347C

Tints of Dark Cerulean #0B347C

Color information

#0B347C (or 0x0B347C) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 34 and 7C. RGB value is (11,52,124). Sum of RGB (Red+Green+Blue) = 11+52+124=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B347C is #F4CB83. Grayscale: #2F2F2F. Windows color (decimal): -16042884 or 8139787. OLE color: 8139787.

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

Color convert

RGB1152124-
CMYK0.910.5800.51
HSL218.23º83.7%26.47%-
HSV(B)218.23º91.13%48.63%-
XYZ53.9819.57-
YUV47.95170.92101.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=5.88%
G=27.81%
B=66.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11521240.910.5800.51218.2383.726.47
HexB347C5B3A033da541a
Octal13641741337206333212432
Binary101111010011111001011011111010011001111011010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,124); }

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

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

 a { background-color: rgb(11,52,124); }

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

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

 span { border-color: rgb(11,52,124); }

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