Html Css Color HEX #0B0269 Navy

📋 copy color: '#0B0269'

red 11 ◦ green 2 ◦ blue 105

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

Shades of Navy #0B0269

Tints of Navy #0B0269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.69%

 BLUE value IS 105 (41.41% from 255) = 88.98%

R = 9.32%
G = 1.69%
B = 88.98%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0B0269 (or 0x0B0269) is known color: Navy. HEX triplet: 0B, 02 and 69. RGB value is (11,2,105). Sum of RGB (Red+Green+Blue) = 11+2+105=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 105 (41.41% from 255 or 88.98% from 118); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B0269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0269 is #F4FD96. Grayscale: #101010. Windows color (decimal): -16055703 or 6881803. OLE color: 6881803.

HSL color Cylindrical-coordinate representation of color #0B0269: hue angle of 245.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0269 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 2 105 -
CMYK 0.90 0.98 0 0.59
HSL 245.24º 0.96% 0.21% -
HSV(B) 245.24º 0.98% 0.41% -
XYZ 2.71 1.13 13.44 -
YUV 16.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 11 2 105 0.90 0.98 0 0.59 245.24 0.96 0.21
Hex B 2 69 5A 62 0 3B F5 60 15
Octal 13 2 151 132 142 0 73 365 140 25
Binary 1011 10 1101001 1011010 1100010 0 111011 11110101 1100000 10101

Color Harmonies of #0B0269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0269

Black with #0B0269

Text Example


Text Example

White with #0B0269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,2,105); }

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

background-color css

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

 a { background-color: rgb(11,2,105); }

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

border-color css

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

 span { border-color: rgb(11,2,105); }

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