Html Css Color HEX #05027C Navy

📋 copy color: '#05027C'

red 5 ◦ green 2 ◦ blue 124

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

Shades of Navy #05027C

Tints of Navy #05027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 94.66%

R = 3.82%
G = 1.53%
B = 94.66%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05027C (or 0x05027C) is known color: Navy. HEX triplet: 05, 02 and 7C. RGB value is (5,2,124). Sum of RGB (Red+Green+Blue) = 5+2+124=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 124 (48.83% from 255 or 94.66% from 131); Max value from RGB is 124 - color contains mainly: blue. Hex color #05027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05027C is #FAFD83. Grayscale: #101010. Windows color (decimal): -16448900 or 8126981. OLE color: 8126981.

HSL color Cylindrical-coordinate representation of color #05027C: hue angle of 241.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05027C is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 2 124 -
CMYK 0.96 0.98 0 0.51
HSL 241.48º 0.97% 0.25% -
HSV(B) 241.48º 0.98% 0.49% -
XYZ 3.72 1.53 19.17 -
YUV 16.81 188.49 119.58 -
System Red Green Blue C M Y K H S L
Decimal 5 2 124 0.96 0.98 0 0.51 241.48 0.97 0.25
Hex 5 2 7C 60 62 0 33 F1 61 19
Octal 5 2 174 140 142 0 63 361 141 31
Binary 101 10 1111100 1100000 1100010 0 110011 11110001 1100001 11001

Color Harmonies of #05027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05027C

Black with #05027C

Text Example


Text Example

White with #05027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05027C; }

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

 H1.HeaderClassName
 {
   color: #05027C;
 }
 .AnyTagClassName
 {
   color: #05027C;
 }
</style>

background-color css

<style>
 a { background-color: #05027C; }

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

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

border-color css

<style>
 span { border-color: #05027C; }

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

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