Html Css Color HEX #0B466A Dark Cerulean

📋 copy color: '#0B466A'

red 11 ◦ green 70 ◦ blue 106

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

Shades of Dark Cerulean #0B466A

Tints of Dark Cerulean #0B466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 5.88%
G = 37.43%
B = 56.68%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B466A (or 0x0B466A) is known color: Dark Cerulean. HEX triplet: 0B, 46 and 6A. RGB value is (11,70,106). Sum of RGB (Red+Green+Blue) = 11+70+106=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B466A is #F4B995. Grayscale: #383838. Windows color (decimal): -16038294 or 6964747. OLE color: 6964747.

HSL color Cylindrical-coordinate representation of color #0B466A: hue angle of 202.74º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B466A is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 70 106 -
CMYK 0.90 0.34 0 0.58
HSL 202.74º 0.81% 0.23% -
HSV(B) 202.74º 0.9% 0.42% -
XYZ 4.93 5.49 14.44 -
YUV 56.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 11 70 106 0.90 0.34 0 0.58 202.74 0.81 0.23
Hex B 46 6A 5A 22 0 3A CB 51 17
Octal 13 106 152 132 42 0 72 313 121 27
Binary 1011 1000110 1101010 1011010 100010 0 111010 11001011 1010001 10111

Color Harmonies of #0B466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B466A

Black with #0B466A

Text Example


Text Example

White with #0B466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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