Html Css Color HEX #05006A Navy

📋 copy color: '#05006A'

red 5 ◦ green 0 ◦ blue 106

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

Shades of Navy #05006A

Tints of Navy #05006A

RGB

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

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

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

R = 4.5%
G = 0%
B = 95.5%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05006A (or 0x05006A) is known color: Navy. HEX triplet: 05, 00 and 6A. RGB value is (5,0,106). Sum of RGB (Red+Green+Blue) = 5+0+106=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 106 (41.80% from 255 or 95.50% from 111); Max value from RGB is 106 - color contains mainly: blue. Hex color #05006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05006A is #FAFF95. Grayscale: #0D0D0D. Windows color (decimal): -16449430 or 6946821. OLE color: 6946821.

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

Color convert

RGB 5 0 106 -
CMYK 0.95 1 0 0.58
HSL 242.83º 1% 0.21% -
HSV(B) 242.83º 1% 0.42% -
XYZ 2.66 1.07 13.7 -
YUV 13.58 180.16 121.88 -
System Red Green Blue C M Y K H S L
Decimal 5 0 106 0.95 1 0 0.58 242.83 1 0.21
Hex 5 0 6A 5F 64 0 3A F3 64 15
Octal 5 0 152 137 144 0 72 363 144 25
Binary 101 0 1101010 1011111 1100100 0 111010 11110011 1100100 10101

Color Harmonies of #05006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05006A

Black with #05006A

Text Example


Text Example

White with #05006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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