#0B3D75

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

Shades of Dark Cerulean #0B3D75

Tints of Dark Cerulean #0B3D75

Color information

#0B3D75 (or 0x0B3D75) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 3D and 75. RGB value is (11,61,117). Sum of RGB (Red+Green+Blue) = 11+61+117=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B3D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3D75 is #F4C28A. Grayscale: #343434. Windows color (decimal): -16040587 or 7683339. OLE color: 7683339.

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

Color convert

RGB1161117-
CMYK0.910.4800.54
HSL211.7º82.81%25.1%-
HSV(B)211.7º90.6%45.88%-
XYZ5.024.6917.47-
YUV52.43164.4498.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=5.82%
G=32.28%
B=61.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11611170.910.4800.54211.782.8125.1
HexB3D755B30036d45319
Octal13751651336006632412331
Binary101111110111101011011011110000011011011010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,61,117); }

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

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

 a { background-color: rgb(11,61,117); }

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

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

 span { border-color: rgb(11,61,117); }

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