#0B3D8B

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

Shades of Dark Cerulean #0B3D8B

Tints of Dark Cerulean #0B3D8B

Color information

#0B3D8B (or 0x0B3D8B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 3D and 8B. RGB value is (11,61,139). Sum of RGB (Red+Green+Blue) = 11+61+139=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B3D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3D8B is #F4C274. Grayscale: #363636. Windows color (decimal): -16040565 or 9125131. OLE color: 9125131.

HSL color Cylindrical-coordinate representation of color #0B3D8B: hue angle of 216.56º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B3D8B is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1161139-
CMYK0.920.5600.45
HSL216.56º85.33%29.41%-
HSV(B)216.56º92.09%54.51%-
XYZ6.475.2725.1-
YUV54.94175.4496.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.21%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=5.21%
G=28.91%
B=65.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11611390.920.5600.45216.5685.3329.41
HexB3D8B5C3802Dd9551d
Octal13752131347005533112535
Binary1011111101100010111011100111000010110111011001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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