Html Css Color HEX #05175D Sapphire

📋 copy color: '#05175D'

red 5 ◦ green 23 ◦ blue 93

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

Shades of Sapphire #05175D

Tints of Sapphire #05175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 76.86%

R = 4.13%
G = 19.01%
B = 76.86%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05175D (or 0x05175D) is known color: Sapphire. HEX triplet: 05, 17 and 5D. RGB value is (5,23,93). Sum of RGB (Red+Green+Blue) = 5+23+93=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #05175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05175D is #FAE8A2. Grayscale: #191919. Windows color (decimal): -16443555 or 6100741. OLE color: 6100741.

HSL color Cylindrical-coordinate representation of color #05175D: hue angle of 227.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05175D is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 23 93 -
CMYK 0.95 0.75 0 0.64
HSL 227.73º 0.9% 0.19% -
HSV(B) 227.73º 0.95% 0.36% -
XYZ 2.34 1.44 10.51 -
YUV 25.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 5 23 93 0.95 0.75 0 0.64 227.73 0.9 0.19
Hex 5 17 5D 5F 4B 0 40 E4 5A 13
Octal 5 27 135 137 113 0 100 344 132 23
Binary 101 10111 1011101 1011111 1001011 0 1000000 11100100 1011010 10011

Color Harmonies of #05175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05175D

Black with #05175D

Text Example


Text Example

White with #05175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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