Html Css Color HEX #0B468B Dark Cerulean

📋 copy color: '#0B468B'

red 11 ◦ green 70 ◦ blue 139

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

Shades of Dark Cerulean #0B468B

Tints of Dark Cerulean #0B468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

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

R = 5%
G = 31.82%
B = 63.18%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B468B (or 0x0B468B) is known color: Dark Cerulean. HEX triplet: 0B, 46 and 8B. RGB value is (11,70,139). Sum of RGB (Red+Green+Blue) = 11+70+139=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B468B is #F4B974. Grayscale: #3B3B3B. Windows color (decimal): -16038261 or 9127435. OLE color: 9127435.

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

Color convert

RGB 11 70 139 -
CMYK 0.92 0.50 0 0.45
HSL 212.34º 0.85% 0.29% -
HSV(B) 212.34º 0.92% 0.55% -
XYZ 6.99 6.32 25.28 -
YUV 60.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 11 70 139 0.92 0.50 0 0.45 212.34 0.85 0.29
Hex B 46 8B 5C 32 0 2D D4 55 1D
Octal 13 106 213 134 62 0 55 324 125 35
Binary 1011 1000110 10001011 1011100 110010 0 101101 11010100 1010101 11101

Color Harmonies of #0B468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B468B

Black with #0B468B

Text Example


Text Example

White with #0B468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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