Html Css Color HEX #0B426F Dark Cerulean

📋 copy color: '#0B426F'

red 11 ◦ green 66 ◦ blue 111

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

Shades of Dark Cerulean #0B426F

Tints of Dark Cerulean #0B426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 5.85%
G = 35.11%
B = 59.04%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B426F (or 0x0B426F) is known color: Dark Cerulean. HEX triplet: 0B, 42 and 6F. RGB value is (11,66,111). Sum of RGB (Red+Green+Blue) = 11+66+111=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B426F is #F4BD90. Grayscale: #363636. Windows color (decimal): -16039313 or 7291403. OLE color: 7291403.

HSL color Cylindrical-coordinate representation of color #0B426F: hue angle of 207º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B426F is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 66 111 -
CMYK 0.90 0.41 0 0.56
HSL 207º 0.82% 0.24% -
HSV(B) 207º 0.9% 0.44% -
XYZ 4.96 5.12 15.77 -
YUV 54.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 11 66 111 0.90 0.41 0 0.56 207 0.82 0.24
Hex B 42 6F 5A 29 0 38 CF 52 18
Octal 13 102 157 132 51 0 70 317 122 30
Binary 1011 1000010 1101111 1011010 101001 0 111000 11001111 1010010 11000

Color Harmonies of #0B426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B426F

Black with #0B426F

Text Example


Text Example

White with #0B426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,66,111); }

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

background-color css

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

 a { background-color: rgb(11,66,111); }

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

border-color css

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

 span { border-color: rgb(11,66,111); }

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