Html Css Color HEX #05056D Navy

📋 copy color: '#05056D'

red 5 ◦ green 5 ◦ blue 109

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

Shades of Navy #05056D

Tints of Navy #05056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

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

R = 4.2%
G = 4.2%
B = 91.6%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05056D (or 0x05056D) is known color: Navy. HEX triplet: 05, 05 and 6D. RGB value is (5,5,109). Sum of RGB (Red+Green+Blue) = 5+5+109=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 109 (42.97% from 255 or 91.60% from 119); Max value from RGB is 109 - color contains mainly: blue. Hex color #05056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05056D is #FAFA92. Grayscale: #101010. Windows color (decimal): -16448147 or 7144709. OLE color: 7144709.

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

Color convert

RGB 5 5 109 -
CMYK 0.95 0.95 0 0.57
HSL 240º 0.91% 0.22% -
HSV(B) 240º 0.95% 0.43% -
XYZ 2.88 1.24 14.56 -
YUV 16.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 5 5 109 0.95 0.95 0 0.57 240 0.91 0.22
Hex 5 5 6D 5F 5F 0 39 F0 5B 16
Octal 5 5 155 137 137 0 71 360 133 26
Binary 101 101 1101101 1011111 1011111 0 111001 11110000 1011011 10110

Color Harmonies of #05056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05056D

Black with #05056D

Text Example


Text Example

White with #05056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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