Html Css Color HEX #0B3987 Dark Cerulean

📋 copy color: '#0B3987'

red 11 ◦ green 57 ◦ blue 135

#0B3987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0B3987

Tints of Dark Cerulean #0B3987

RGB

 RED value IS 11 (4.69% from 255) = 5.42%

 GREEN value IS 57 (22.66% from 255) = 28.08%

 BLUE value IS 135 (53.13% from 255) = 66.5%

R = 5.42%
G = 28.08%
B = 66.5%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0B3987 (or 0x0B3987) is known color: Dark Cerulean. HEX triplet: 0B, 39 and 87. RGB value is (11,57,135). Sum of RGB (Red+Green+Blue) = 11+57+135=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #0B3987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3987 is #F4C678. Grayscale: #333333. Windows color (decimal): -16041593 or 8861963. OLE color: 8861963.

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

Color convert

RGB 11 57 135 -
CMYK 0.92 0.58 0 0.47
HSL 217.74º 0.85% 0.29% -
HSV(B) 217.74º 0.92% 0.53% -
XYZ 5.97 4.75 23.52 -
YUV 52.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 11 57 135 0.92 0.58 0 0.47 217.74 0.85 0.29
Hex B 39 87 5C 3A 0 2F DA 55 1D
Octal 13 71 207 134 72 0 57 332 125 35
Binary 1011 111001 10000111 1011100 111010 0 101111 11011010 1010101 11101

Color Harmonies of #0B3987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3987

Black with #0B3987

Text Example


Text Example

White with #0B3987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,57,135); }

 H1.HeaderClassName
 {
   color: #0B3987;
 }
 .AnyTagClassName
 {
   color: #0B3987;
 }
</style>

background-color css

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

 a { background-color: rgb(11,57,135); }

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

border-color css

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

 span { border-color: rgb(11,57,135); }

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