Html Css Color HEX #05026A Navy

📋 copy color: '#05026A'

red 5 ◦ green 2 ◦ blue 106

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

Shades of Navy #05026A

Tints of Navy #05026A

RGB

 RED value IS 5 (2.34% from 255) = 4.42%

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

 BLUE value IS 106 (41.8% from 255) = 93.81%

R = 4.42%
G = 1.77%
B = 93.81%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05026A (or 0x05026A) is known color: Navy. HEX triplet: 05, 02 and 6A. RGB value is (5,2,106). Sum of RGB (Red+Green+Blue) = 5+2+106=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 106 (41.80% from 255 or 93.81% from 113); Max value from RGB is 106 - color contains mainly: blue. Hex color #05026A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05026A is #FAFD95. Grayscale: #0E0E0E. Windows color (decimal): -16448918 or 6947333. OLE color: 6947333.

HSL color Cylindrical-coordinate representation of color #05026A: hue angle of 241.73º 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 #05026A is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 2 106 -
CMYK 0.95 0.98 0 0.58
HSL 241.73º 0.96% 0.21% -
HSV(B) 241.73º 0.98% 0.42% -
XYZ 2.69 1.12 13.71 -
YUV 14.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 5 2 106 0.95 0.98 0 0.58 241.73 0.96 0.21
Hex 5 2 6A 5F 62 0 3A F2 60 15
Octal 5 2 152 137 142 0 72 362 140 25
Binary 101 10 1101010 1011111 1100010 0 111010 11110010 1100000 10101

Color Harmonies of #05026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05026A

Black with #05026A

Text Example


Text Example

White with #05026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05026A; }

 p { color: rgb(5,2,106); }

 H1.HeaderClassName
 {
   color: #05026A;
 }
 .AnyTagClassName
 {
   color: #05026A;
 }
</style>

background-color css

<style>
 a { background-color: #05026A; }

 a { background-color: rgb(5,2,106); }

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

border-color css

<style>
 span { border-color: #05026A; }

 span { border-color: rgb(5,2,106); }

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