Html Css Color HEX #0B0469 Navy

📋 copy color: '#0B0469'

red 11 ◦ green 4 ◦ blue 105

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

Shades of Navy #0B0469

Tints of Navy #0B0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 9.17%
G = 3.33%
B = 87.5%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0B0469 (or 0x0B0469) is known color: Navy. HEX triplet: 0B, 04 and 69. RGB value is (11,4,105). Sum of RGB (Red+Green+Blue) = 11+4+105=120 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 105 (41.41% from 255 or 87.5% from 120); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B0469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0469 is #F4FB96. Grayscale: #111111. Windows color (decimal): -16055191 or 6882315. OLE color: 6882315.

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

Color convert

RGB 11 4 105 -
CMYK 0.90 0.96 0 0.59
HSL 244.16º 0.93% 0.21% -
HSV(B) 244.16º 0.96% 0.41% -
XYZ 2.73 1.18 13.45 -
YUV 17.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 11 4 105 0.90 0.96 0 0.59 244.16 0.93 0.21
Hex B 4 69 5A 60 0 3B F4 5D 15
Octal 13 4 151 132 140 0 73 364 135 25
Binary 1011 100 1101001 1011010 1100000 0 111011 11110100 1011101 10101

Color Harmonies of #0B0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0469

Black with #0B0469

Text Example


Text Example

White with #0B0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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