Html Css Color HEX #05016B Navy

📋 copy color: '#05016B'

red 5 ◦ green 1 ◦ blue 107

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

Shades of Navy #05016B

Tints of Navy #05016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 94.69%

R = 4.42%
G = 0.88%
B = 94.69%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05016B (or 0x05016B) is known color: Navy. HEX triplet: 05, 01 and 6B. RGB value is (5,1,107). Sum of RGB (Red+Green+Blue) = 5+1+107=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 107 (42.19% from 255 or 94.69% from 113); Max value from RGB is 107 - color contains mainly: blue. Hex color #05016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05016B is #FAFE94. Grayscale: #0D0D0D. Windows color (decimal): -16449173 or 7012613. OLE color: 7012613.

HSL color Cylindrical-coordinate representation of color #05016B: hue angle of 242.26º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05016B is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 1 107 -
CMYK 0.95 0.99 0 0.58
HSL 242.26º 0.98% 0.21% -
HSV(B) 242.26º 0.99% 0.42% -
XYZ 2.73 1.12 13.98 -
YUV 14.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 5 1 107 0.95 0.99 0 0.58 242.26 0.98 0.21
Hex 5 1 6B 5F 63 0 3A F2 62 15
Octal 5 1 153 137 143 0 72 362 142 25
Binary 101 1 1101011 1011111 1100011 0 111010 11110010 1100010 10101

Color Harmonies of #05016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05016B

Black with #05016B

Text Example


Text Example

White with #05016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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