Html Css Color HEX #05107F Navy

📋 copy color: '#05107F'

red 5 ◦ green 16 ◦ blue 127

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

Shades of Navy #05107F

Tints of Navy #05107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

 BLUE value IS 127 (50% from 255) = 85.81%

R = 3.38%
G = 10.81%
B = 85.81%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05107F (or 0x05107F) is known color: Navy. HEX triplet: 05, 10 and 7F. RGB value is (5,16,127). Sum of RGB (Red+Green+Blue) = 5+16+127=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 127 (50% from 255 or 85.81% from 148); Max value from RGB is 127 - color contains mainly: blue. Hex color #05107F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05107F is #FAEF80. Grayscale: #181818. Windows color (decimal): -16445313 or 8327173. OLE color: 8327173.

HSL color Cylindrical-coordinate representation of color #05107F: hue angle of 234.59º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05107F is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 16 127 -
CMYK 0.96 0.87 0 0.50
HSL 234.59º 0.92% 0.26% -
HSV(B) 234.59º 0.96% 0.5% -
XYZ 4.08 1.94 20.24 -
YUV 25.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 5 16 127 0.96 0.87 0 0.50 234.59 0.92 0.26
Hex 5 10 7F 60 57 0 32 EB 5C 1A
Octal 5 20 177 140 127 0 62 353 134 32
Binary 101 10000 1111111 1100000 1010111 0 110010 11101011 1011100 11010

Color Harmonies of #05107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05107F

Black with #05107F

Text Example


Text Example

White with #05107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05107F; }

 p { color: rgb(5,16,127); }

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

background-color css

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

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

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

border-color css

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

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

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