Html Css Color HEX #0B3E8B Dark Cerulean

📋 copy color: '#0B3E8B'

red 11 ◦ green 62 ◦ blue 139

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

Shades of Dark Cerulean #0B3E8B

Tints of Dark Cerulean #0B3E8B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

 BLUE value IS 139 (54.69% from 255) = 65.57%

R = 5.19%
G = 29.25%
B = 65.57%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B3E8B (or 0x0B3E8B) is known color: Dark Cerulean. HEX triplet: 0B, 3E and 8B. RGB value is (11,62,139). Sum of RGB (Red+Green+Blue) = 11+62+139=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B3E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3E8B is #F4C174. Grayscale: #373737. Windows color (decimal): -16040309 or 9125387. OLE color: 9125387.

HSL color Cylindrical-coordinate representation of color #0B3E8B: hue angle of 216.09º 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 #0B3E8B is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 62 139 -
CMYK 0.92 0.55 0 0.45
HSL 216.09º 0.85% 0.29% -
HSV(B) 216.09º 0.92% 0.55% -
XYZ 6.52 5.38 25.12 -
YUV 55.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 11 62 139 0.92 0.55 0 0.45 216.09 0.85 0.29
Hex B 3E 8B 5C 37 0 2D D8 55 1D
Octal 13 76 213 134 67 0 55 330 125 35
Binary 1011 111110 10001011 1011100 110111 0 101101 11011000 1010101 11101

Color Harmonies of #0B3E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3E8B

Black with #0B3E8B

Text Example


Text Example

White with #0B3E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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