Html Css Color HEX #05174D Sapphire

📋 copy color: '#05174D'

red 5 ◦ green 23 ◦ blue 77

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

Shades of Sapphire #05174D

Tints of Sapphire #05174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.9%

 BLUE value IS 77 (30.47% from 255) = 73.33%

R = 4.76%
G = 21.9%
B = 73.33%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05174D (or 0x05174D) is known color: Sapphire. HEX triplet: 05, 17 and 4D. RGB value is (5,23,77). Sum of RGB (Red+Green+Blue) = 5+23+77=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #05174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05174D is #FAE8B2. Grayscale: #171717. Windows color (decimal): -16443571 or 5052165. OLE color: 5052165.

HSL color Cylindrical-coordinate representation of color #05174D: hue angle of 225º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05174D is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 23 77 -
CMYK 0.94 0.70 0 0.70
HSL 225º 0.88% 0.16% -
HSV(B) 225º 0.94% 0.3% -
XYZ 1.71 1.18 7.16 -
YUV 23.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 5 23 77 0.94 0.70 0 0.70 225 0.88 0.16
Hex 5 17 4D 5E 46 0 46 E1 58 10
Octal 5 27 115 136 106 0 106 341 130 20
Binary 101 10111 1001101 1011110 1000110 0 1000110 11100001 1011000 10000

Color Harmonies of #05174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05174D

Black with #05174D

Text Example


Text Example

White with #05174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,23,77); }

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

background-color css

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

 a { background-color: rgb(5,23,77); }

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

border-color css

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

 span { border-color: rgb(5,23,77); }

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