Html Css Color HEX #04175C Sapphire

📋 copy color: '#04175C'

red 4 ◦ green 23 ◦ blue 92

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

Shades of Sapphire #04175C

Tints of Sapphire #04175C

RGB

 RED value IS 4 (1.95% from 255) = 3.36%

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

 BLUE value IS 92 (36.33% from 255) = 77.31%

R = 3.36%
G = 19.33%
B = 77.31%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04175C (or 0x04175C) is known color: Sapphire. HEX triplet: 04, 17 and 5C. RGB value is (4,23,92). Sum of RGB (Red+Green+Blue) = 4+23+92=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 92 (36.33% from 255 or 77.31% from 119); Max value from RGB is 92 - color contains mainly: blue. Hex color #04175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04175C is #FBE8A3. Grayscale: #181818. Windows color (decimal): -16509092 or 6035204. OLE color: 6035204.

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

Color convert

RGB 4 23 92 -
CMYK 0.96 0.75 0 0.64
HSL 227.05º 0.92% 0.19% -
HSV(B) 227.05º 0.96% 0.36% -
XYZ 2.29 1.41 10.28 -
YUV 25.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 4 23 92 0.96 0.75 0 0.64 227.05 0.92 0.19
Hex 4 17 5C 60 4B 0 40 E3 5C 13
Octal 4 27 134 140 113 0 100 343 134 23
Binary 100 10111 1011100 1100000 1001011 0 1000000 11100011 1011100 10011

Color Harmonies of #04175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04175C

Black with #04175C

Text Example


Text Example

White with #04175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04175C; }

 p { color: rgb(4,23,92); }

 H1.HeaderClassName
 {
   color: #04175C;
 }
 .AnyTagClassName
 {
   color: #04175C;
 }
</style>

background-color css

<style>
 a { background-color: #04175C; }

 a { background-color: rgb(4,23,92); }

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

border-color css

<style>
 span { border-color: #04175C; }

 span { border-color: rgb(4,23,92); }

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