#0B3777

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

Shades of Dark Cerulean #0B3777

Tints of Dark Cerulean #0B3777

Color information

#0B3777 (or 0x0B3777) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 37 and 77. RGB value is (11,55,119). Sum of RGB (Red+Green+Blue) = 11+55+119=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B3777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3777 is #F4C888. Grayscale: #303030. Windows color (decimal): -16042121 or 7812875. OLE color: 7812875.

HSL color Cylindrical-coordinate representation of color #0B3777: hue angle of 215.56º 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 #0B3777 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1155119-
CMYK0.910.5400.53
HSL215.56º83.08%25.49%-
HSV(B)215.56º90.76%46.67%-
XYZ4.834.1418-
YUV49.14167.42100.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=5.95%
G=29.73%
B=64.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11551190.910.5400.53215.5683.0825.49
HexB37775B36035d85319
Octal13671671336606533012331
Binary101111011111101111011011110110011010111011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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