Html Css Color HEX #06026B Navy

📋 copy color: '#06026B'

red 6 ◦ green 2 ◦ blue 107

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

Shades of Navy #06026B

Tints of Navy #06026B

RGB

 RED value IS 6 (2.73% from 255) = 5.22%

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

 BLUE value IS 107 (42.19% from 255) = 93.04%

R = 5.22%
G = 1.74%
B = 93.04%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06026B (or 0x06026B) is known color: Navy. HEX triplet: 06, 02 and 6B. RGB value is (6,2,107). Sum of RGB (Red+Green+Blue) = 6+2+107=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 107 (42.19% from 255 or 93.04% from 115); Max value from RGB is 107 - color contains mainly: blue. Hex color #06026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06026B is #F9FD94. Grayscale: #0E0E0E. Windows color (decimal): -16383381 or 7012870. OLE color: 7012870.

HSL color Cylindrical-coordinate representation of color #06026B: hue angle of 242.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06026B is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 2 107 -
CMYK 0.94 0.98 0 0.58
HSL 242.29º 0.96% 0.21% -
HSV(B) 242.29º 0.98% 0.42% -
XYZ 2.75 1.14 13.99 -
YUV 15.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 6 2 107 0.94 0.98 0 0.58 242.29 0.96 0.21
Hex 6 2 6B 5E 62 0 3A F2 60 15
Octal 6 2 153 136 142 0 72 362 140 25
Binary 110 10 1101011 1011110 1100010 0 111010 11110010 1100000 10101

Color Harmonies of #06026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06026B

Black with #06026B

Text Example


Text Example

White with #06026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06026B; }

 p { color: rgb(6,2,107); }

 H1.HeaderClassName
 {
   color: #06026B;
 }
 .AnyTagClassName
 {
   color: #06026B;
 }
</style>

background-color css

<style>
 a { background-color: #06026B; }

 a { background-color: rgb(6,2,107); }

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

border-color css

<style>
 span { border-color: #06026B; }

 span { border-color: rgb(6,2,107); }

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