Html Css Color HEX #05005A Navy

📋 copy color: '#05005A'

red 5 ◦ green 0 ◦ blue 90

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

Shades of Navy #05005A

Tints of Navy #05005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 94.74%

R = 5.26%
G = 0%
B = 94.74%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05005A (or 0x05005A) is known color: Navy. HEX triplet: 05, 00 and 5A. RGB value is (5,0,90). Sum of RGB (Red+Green+Blue) = 5+0+90=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #05005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05005A is #FAFFA5. Grayscale: #0B0B0B. Windows color (decimal): -16449446 or 5898245. OLE color: 5898245.

HSL color Cylindrical-coordinate representation of color #05005A: hue angle of 243.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05005A is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 0 90 -
CMYK 0.94 1 0 0.65
HSL 243.33º 1% 0.18% -
HSV(B) 243.33º 1% 0.35% -
XYZ 1.91 0.77 9.72 -
YUV 11.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 5 0 90 0.94 1 0 0.65 243.33 1 0.18
Hex 5 0 5A 5E 64 0 41 F3 64 12
Octal 5 0 132 136 144 0 101 363 144 22
Binary 101 0 1011010 1011110 1100100 0 1000001 11110011 1100100 10010

Color Harmonies of #05005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05005A

Black with #05005A

Text Example


Text Example

White with #05005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,0,90); }

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

background-color css

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

 a { background-color: rgb(5,0,90); }

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

border-color css

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

 span { border-color: rgb(5,0,90); }

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