Html Css Color HEX #05025D Navy

📋 copy color: '#05025D'

red 5 ◦ green 2 ◦ blue 93

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

Shades of Navy #05025D

Tints of Navy #05025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 93%

R = 5%
G = 2%
B = 93%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05025D (or 0x05025D) is known color: Navy. HEX triplet: 05, 02 and 5D. RGB value is (5,2,93). Sum of RGB (Red+Green+Blue) = 5+2+93=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #05025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05025D is #FAFDA2. Grayscale: #0C0C0C. Windows color (decimal): -16448931 or 6095365. OLE color: 6095365.

HSL color Cylindrical-coordinate representation of color #05025D: hue angle of 241.98º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05025D is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 2 93 -
CMYK 0.95 0.98 0 0.64
HSL 241.98º 0.96% 0.19% -
HSV(B) 241.98º 0.98% 0.36% -
XYZ 2.06 0.87 10.41 -
YUV 13.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 5 2 93 0.95 0.98 0 0.64 241.98 0.96 0.19
Hex 5 2 5D 5F 62 0 40 F2 60 13
Octal 5 2 135 137 142 0 100 362 140 23
Binary 101 10 1011101 1011111 1100010 0 1000000 11110010 1100000 10011

Color Harmonies of #05025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05025D

Black with #05025D

Text Example


Text Example

White with #05025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05025D; }

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

 H1.HeaderClassName
 {
   color: #05025D;
 }
 .AnyTagClassName
 {
   color: #05025D;
 }
</style>

background-color css

<style>
 a { background-color: #05025D; }

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

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

border-color css

<style>
 span { border-color: #05025D; }

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

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