Html Css Color HEX #05046A Navy

📋 copy color: '#05046A'

red 5 ◦ green 4 ◦ blue 106

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

Shades of Navy #05046A

Tints of Navy #05046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

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

R = 4.35%
G = 3.48%
B = 92.17%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05046A (or 0x05046A) is known color: Navy. HEX triplet: 05, 04 and 6A. RGB value is (5,4,106). Sum of RGB (Red+Green+Blue) = 5+4+106=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 106 (41.80% from 255 or 92.17% from 115); Max value from RGB is 106 - color contains mainly: blue. Hex color #05046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05046A is #FAFB95. Grayscale: #0F0F0F. Windows color (decimal): -16448406 or 6947845. OLE color: 6947845.

HSL color Cylindrical-coordinate representation of color #05046A: hue angle of 240.59º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05046A is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 4 106 -
CMYK 0.95 0.96 0 0.58
HSL 240.59º 0.93% 0.22% -
HSV(B) 240.59º 0.96% 0.42% -
XYZ 2.71 1.16 13.72 -
YUV 15.93 178.83 120.21 -
System Red Green Blue C M Y K H S L
Decimal 5 4 106 0.95 0.96 0 0.58 240.59 0.93 0.22
Hex 5 4 6A 5F 60 0 3A F1 5D 16
Octal 5 4 152 137 140 0 72 361 135 26
Binary 101 100 1101010 1011111 1100000 0 111010 11110001 1011101 10110

Color Harmonies of #05046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05046A

Black with #05046A

Text Example


Text Example

White with #05046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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