Html Css Color HEX #05117B Navy

📋 copy color: '#05117B'

red 5 ◦ green 17 ◦ blue 123

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

Shades of Navy #05117B

Tints of Navy #05117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

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

R = 3.45%
G = 11.72%
B = 84.83%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05117B (or 0x05117B) is known color: Navy. HEX triplet: 05, 11 and 7B. RGB value is (5,17,123). Sum of RGB (Red+Green+Blue) = 5+17+123=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #05117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05117B is #FAEE84. Grayscale: #191919. Windows color (decimal): -16445061 or 8065285. OLE color: 8065285.

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

Color convert

RGB 5 17 123 -
CMYK 0.96 0.86 0 0.52
HSL 233.9º 0.92% 0.25% -
HSV(B) 233.9º 0.96% 0.48% -
XYZ 3.84 1.86 18.9 -
YUV 25.5 183.02 113.38 -
System Red Green Blue C M Y K H S L
Decimal 5 17 123 0.96 0.86 0 0.52 233.9 0.92 0.25
Hex 5 11 7B 60 56 0 34 EA 5C 19
Octal 5 21 173 140 126 0 64 352 134 31
Binary 101 10001 1111011 1100000 1010110 0 110100 11101010 1011100 11001

Color Harmonies of #05117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05117B

Black with #05117B

Text Example


Text Example

White with #05117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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