Html Css Color HEX #05157D Navy

📋 copy color: '#05157D'

red 5 ◦ green 21 ◦ blue 125

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

Shades of Navy #05157D

Tints of Navy #05157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

 BLUE value IS 125 (49.22% from 255) = 82.78%

R = 3.31%
G = 13.91%
B = 82.78%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05157D (or 0x05157D) is known color: Navy. HEX triplet: 05, 15 and 7D. RGB value is (5,21,125). Sum of RGB (Red+Green+Blue) = 5+21+125=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #05157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05157D is #FAEA82. Grayscale: #1B1B1B. Windows color (decimal): -16444035 or 8197381. OLE color: 8197381.

HSL color Cylindrical-coordinate representation of color #05157D: hue angle of 232º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05157D is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 21 125 -
CMYK 0.96 0.83 0 0.51
HSL 232º 0.92% 0.25% -
HSV(B) 232º 0.96% 0.49% -
XYZ 4.03 2.05 19.59 -
YUV 28.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 5 21 125 0.96 0.83 0 0.51 232 0.92 0.25
Hex 5 15 7D 60 53 0 33 E8 5C 19
Octal 5 25 175 140 123 0 63 350 134 31
Binary 101 10101 1111101 1100000 1010011 0 110011 11101000 1011100 11001

Color Harmonies of #05157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05157D

Black with #05157D

Text Example


Text Example

White with #05157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,21,125); }

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

background-color css

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

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

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

border-color css

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

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

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