Html Css Color HEX #0B016E Navy

📋 copy color: '#0B016E'

red 11 ◦ green 1 ◦ blue 110

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

Shades of Navy #0B016E

Tints of Navy #0B016E

RGB

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

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

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

R = 9.02%
G = 0.82%
B = 90.16%

CMYK

 C value IS 0.9

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B016E (or 0x0B016E) is known color: Navy. HEX triplet: 0B, 01 and 6E. RGB value is (11,1,110). Sum of RGB (Red+Green+Blue) = 11+1+110=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 110 (43.36% from 255 or 90.16% from 122); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B016E is #F4FE91. Grayscale: #0F0F0F. Windows color (decimal): -16055954 or 7209227. OLE color: 7209227.

HSL color Cylindrical-coordinate representation of color #0B016E: hue angle of 245.5º 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 #0B016E is Cyan = 0.9, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 1 110 -
CMYK 0.9 0.99 0 0.57
HSL 245.5º 0.98% 0.22% -
HSV(B) 245.5º 0.99% 0.43% -
XYZ 2.96 1.22 14.83 -
YUV 16.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 11 1 110 0.9 0.99 0 0.57 245.5 0.98 0.22
Hex B 1 6E 5A 63 0 39 F6 62 16
Octal 13 1 156 132 143 0 71 366 142 26
Binary 1011 1 1101110 1011010 1100011 0 111001 11110110 1100010 10110

Color Harmonies of #0B016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B016E

Black with #0B016E

Text Example


Text Example

White with #0B016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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