Html Css Color HEX #050062 Navy

📋 copy color: '#050062'

red 5 ◦ green 0 ◦ blue 98

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

Shades of Navy #050062

Tints of Navy #050062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 95.15%

R = 4.85%
G = 0%
B = 95.15%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#050062 (or 0x050062) is known color: Navy. HEX triplet: 05, 00 and 62. RGB value is (5,0,98). Sum of RGB (Red+Green+Blue) = 5+0+98=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 98 (38.67% from 255 or 95.15% from 103); Max value from RGB is 98 - color contains mainly: blue. Hex color #050062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050062 is #FAFF9D. Grayscale: #0C0C0C. Windows color (decimal): -16449438 or 6422533. OLE color: 6422533.

HSL color Cylindrical-coordinate representation of color #050062: hue angle of 243.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050062 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 0 98 -
CMYK 0.95 1 0 0.62
HSL 243.06º 1% 0.19% -
HSV(B) 243.06º 1% 0.38% -
XYZ 2.27 0.91 11.61 -
YUV 12.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 5 0 98 0.95 1 0 0.62 243.06 1 0.19
Hex 5 0 62 5F 64 0 3E F3 64 13
Octal 5 0 142 137 144 0 76 363 144 23
Binary 101 0 1100010 1011111 1100100 0 111110 11110011 1100100 10011

Color Harmonies of #050062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050062

Black with #050062

Text Example


Text Example

White with #050062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050062; }

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

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

background-color css

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

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

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

border-color css

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

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

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