Html Css Color HEX #05174A Sapphire

📋 copy color: '#05174A'

red 5 ◦ green 23 ◦ blue 74

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

Shades of Sapphire #05174A

Tints of Sapphire #05174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 72.55%

R = 4.9%
G = 22.55%
B = 72.55%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05174A (or 0x05174A) is known color: Sapphire. HEX triplet: 05, 17 and 4A. RGB value is (5,23,74). Sum of RGB (Red+Green+Blue) = 5+23+74=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #05174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05174A is #FAE8B5. Grayscale: #171717. Windows color (decimal): -16443574 or 4855557. OLE color: 4855557.

HSL color Cylindrical-coordinate representation of color #05174A: hue angle of 224.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05174A is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 23 74 -
CMYK 0.93 0.69 0 0.71
HSL 224.35º 0.87% 0.15% -
HSV(B) 224.35º 0.93% 0.29% -
XYZ 1.61 1.14 6.61 -
YUV 23.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 5 23 74 0.93 0.69 0 0.71 224.35 0.87 0.15
Hex 5 17 4A 5D 45 0 47 E0 57 F
Octal 5 27 112 135 105 0 107 340 127 17
Binary 101 10111 1001010 1011101 1000101 0 1000111 11100000 1010111 1111

Color Harmonies of #05174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05174A

Black with #05174A

Text Example


Text Example

White with #05174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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