Html Css Color HEX #05067F Navy

📋 copy color: '#05067F'

red 5 ◦ green 6 ◦ blue 127

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

Shades of Navy #05067F

Tints of Navy #05067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 3.62%
G = 4.35%
B = 92.03%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05067F (or 0x05067F) is known color: Navy. HEX triplet: 05, 06 and 7F. RGB value is (5,6,127). Sum of RGB (Red+Green+Blue) = 5+6+127=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 127 (50% from 255 or 92.03% from 138); Max value from RGB is 127 - color contains mainly: blue. Hex color #05067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05067F is #FAF980. Grayscale: #131313. Windows color (decimal): -16447873 or 8324613. OLE color: 8324613.

HSL color Cylindrical-coordinate representation of color #05067F: hue angle of 239.51º 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 #05067F is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 6 127 -
CMYK 0.96 0.95 0 0.50
HSL 239.51º 0.92% 0.26% -
HSV(B) 239.51º 0.96% 0.5% -
XYZ 3.96 1.69 20.2 -
YUV 19.5 188.67 117.66 -
System Red Green Blue C M Y K H S L
Decimal 5 6 127 0.96 0.95 0 0.50 239.51 0.92 0.26
Hex 5 6 7F 60 5F 0 32 F0 5C 1A
Octal 5 6 177 140 137 0 62 360 134 32
Binary 101 110 1111111 1100000 1011111 0 110010 11110000 1011100 11010

Color Harmonies of #05067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05067F

Black with #05067F

Text Example


Text Example

White with #05067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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