Html Css Color HEX #0B016D Navy

📋 copy color: '#0B016D'

red 11 ◦ green 1 ◦ blue 109

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

Shades of Navy #0B016D

Tints of Navy #0B016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 109 (42.97% from 255) = 90.08%

R = 9.09%
G = 0.83%
B = 90.08%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B016D (or 0x0B016D) is known color: Navy. HEX triplet: 0B, 01 and 6D. RGB value is (11,1,109). Sum of RGB (Red+Green+Blue) = 11+1+109=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B016D is #F4FE92. Grayscale: #0F0F0F. Windows color (decimal): -16055955 or 7143691. OLE color: 7143691.

HSL color Cylindrical-coordinate representation of color #0B016D: hue angle of 245.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B016D is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 1 109 -
CMYK 0.90 0.99 0 0.57
HSL 245.56º 0.98% 0.22% -
HSV(B) 245.56º 0.99% 0.43% -
XYZ 2.91 1.2 14.55 -
YUV 16.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 11 1 109 0.90 0.99 0 0.57 245.56 0.98 0.22
Hex B 1 6D 5A 63 0 39 F6 62 16
Octal 13 1 155 132 143 0 71 366 142 26
Binary 1011 1 1101101 1011010 1100011 0 111001 11110110 1100010 10110

Color Harmonies of #0B016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B016D

Black with #0B016D

Text Example


Text Example

White with #0B016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,109); }

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

background-color css

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

 a { background-color: rgb(11,1,109); }

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

border-color css

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

 span { border-color: rgb(11,1,109); }

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