#0B3D7D

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

Shades of Dark Cerulean #0B3D7D

Tints of Dark Cerulean #0B3D7D

Color information

#0B3D7D (or 0x0B3D7D) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 3D and 7D. RGB value is (11,61,125). Sum of RGB (Red+Green+Blue) = 11+61+125=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B3D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3D7D is #F4C282. Grayscale: #353535. Windows color (decimal): -16040579 or 8207627. OLE color: 8207627.

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

Color convert

RGB1161125-
CMYK0.910.5100.51
HSL213.68º83.82%26.67%-
HSV(B)213.68º91.2%49.02%-
XYZ5.514.8920.06-
YUV53.35168.4497.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.58%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=5.58%
G=30.96%
B=63.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11611250.910.5100.51213.6883.8226.67
HexB3D7D5B33033d6541b
Octal13751751336306332612433
Binary101111110111111011011011110011011001111010110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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