Html Css Color HEX #05017B Navy

📋 copy color: '#05017B'

red 5 ◦ green 1 ◦ blue 123

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

Shades of Navy #05017B

Tints of Navy #05017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 123 (48.44% from 255) = 95.35%

R = 3.88%
G = 0.78%
B = 95.35%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05017B (or 0x05017B) is known color: Navy. HEX triplet: 05, 01 and 7B. RGB value is (5,1,123). Sum of RGB (Red+Green+Blue) = 5+1+123=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 123 (48.44% from 255 or 95.35% from 129); Max value from RGB is 123 - color contains mainly: blue. Hex color #05017B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05017B is #FAFE84. Grayscale: #0F0F0F. Windows color (decimal): -16449157 or 8061189. OLE color: 8061189.

HSL color Cylindrical-coordinate representation of color #05017B: hue angle of 241.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05017B is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 1 123 -
CMYK 0.96 0.99 0 0.52
HSL 241.97º 0.98% 0.24% -
HSV(B) 241.97º 0.99% 0.48% -
XYZ 3.65 1.48 18.83 -
YUV 16.1 188.33 120.08 -
System Red Green Blue C M Y K H S L
Decimal 5 1 123 0.96 0.99 0 0.52 241.97 0.98 0.24
Hex 5 1 7B 60 63 0 34 F2 62 18
Octal 5 1 173 140 143 0 64 362 142 30
Binary 101 1 1111011 1100000 1100011 0 110100 11110010 1100010 11000

Color Harmonies of #05017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05017B

Black with #05017B

Text Example


Text Example

White with #05017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05017B; }

 p { color: rgb(5,1,123); }

 H1.HeaderClassName
 {
   color: #05017B;
 }
 .AnyTagClassName
 {
   color: #05017B;
 }
</style>

background-color css

<style>
 a { background-color: #05017B; }

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

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

border-color css

<style>
 span { border-color: #05017B; }

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

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