Html Css Color HEX #0B456E Dark Cerulean

📋 copy color: '#0B456E'

red 11 ◦ green 69 ◦ blue 110

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

Shades of Dark Cerulean #0B456E

Tints of Dark Cerulean #0B456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 110 (43.36% from 255) = 57.89%

R = 5.79%
G = 36.32%
B = 57.89%

CMYK

 C value IS 0.9

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B456E (or 0x0B456E) is known color: Dark Cerulean. HEX triplet: 0B, 45 and 6E. RGB value is (11,69,110). Sum of RGB (Red+Green+Blue) = 11+69+110=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B456E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B456E is #F4BA91. Grayscale: #383838. Windows color (decimal): -16038546 or 7226635. OLE color: 7226635.

HSL color Cylindrical-coordinate representation of color #0B456E: hue angle of 204.85º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B456E is Cyan = 0.9, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 69 110 -
CMYK 0.9 0.37 0 0.57
HSL 204.85º 0.82% 0.24% -
HSV(B) 204.85º 0.9% 0.43% -
XYZ 5.08 5.45 15.54 -
YUV 56.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 11 69 110 0.9 0.37 0 0.57 204.85 0.82 0.24
Hex B 45 6E 5A 25 0 39 CD 52 18
Octal 13 105 156 132 45 0 71 315 122 30
Binary 1011 1000101 1101110 1011010 100101 0 111001 11001101 1010010 11000

Color Harmonies of #0B456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B456E

Black with #0B456E

Text Example


Text Example

White with #0B456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,110); }

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

background-color css

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

 a { background-color: rgb(11,69,110); }

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

border-color css

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

 span { border-color: rgb(11,69,110); }

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