#0B3677

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

Shades of Dark Cerulean #0B3677

Tints of Dark Cerulean #0B3677

Color information

#0B3677 (or 0x0B3677) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 36 and 77. RGB value is (11,54,119). Sum of RGB (Red+Green+Blue) = 11+54+119=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B3677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3677 is #F4C988. Grayscale: #303030. Windows color (decimal): -16042377 or 7812619. OLE color: 7812619.

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

Color convert

RGB1154119-
CMYK0.910.5500.53
HSL216.11º83.08%25.49%-
HSV(B)216.11º90.76%46.67%-
XYZ4.794.0417.98-
YUV48.55167.75101.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.98%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=5.98%
G=29.35%
B=64.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11541190.910.5500.53216.1183.0825.49
HexB36775B37035d85319
Octal13661671336706533012331
Binary101111011011101111011011110111011010111011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,54,119); }

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

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

 a { background-color: rgb(11,54,119); }

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

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

 span { border-color: rgb(11,54,119); }

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