Html Css Color HEX #05006D Navy

📋 copy color: '#05006D'

red 5 ◦ green 0 ◦ blue 109

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

Shades of Navy #05006D

Tints of Navy #05006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 95.61%

R = 4.39%
G = 0%
B = 95.61%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05006D (or 0x05006D) is known color: Navy. HEX triplet: 05, 00 and 6D. RGB value is (5,0,109). Sum of RGB (Red+Green+Blue) = 5+0+109=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #05006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05006D is #FAFF92. Grayscale: #0D0D0D. Windows color (decimal): -16449427 or 7143429. OLE color: 7143429.

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

Color convert

RGB 5 0 109 -
CMYK 0.95 1 0 0.57
HSL 242.75º 1% 0.21% -
HSV(B) 242.75º 1% 0.43% -
XYZ 2.82 1.14 14.54 -
YUV 13.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 5 0 109 0.95 1 0 0.57 242.75 1 0.21
Hex 5 0 6D 5F 64 0 39 F3 64 15
Octal 5 0 155 137 144 0 71 363 144 25
Binary 101 0 1101101 1011111 1100100 0 111001 11110011 1100100 10101

Color Harmonies of #05006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05006D

Black with #05006D

Text Example


Text Example

White with #05006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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