Html Css Color HEX #04175A Sapphire

📋 copy color: '#04175A'

red 4 ◦ green 23 ◦ blue 90

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

Shades of Sapphire #04175A

Tints of Sapphire #04175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 76.92%

R = 3.42%
G = 19.66%
B = 76.92%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04175A (or 0x04175A) is known color: Sapphire. HEX triplet: 04, 17 and 5A. RGB value is (4,23,90). Sum of RGB (Red+Green+Blue) = 4+23+90=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #04175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04175A is #FBE8A5. Grayscale: #181818. Windows color (decimal): -16509094 or 5904132. OLE color: 5904132.

HSL color Cylindrical-coordinate representation of color #04175A: hue angle of 226.74º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04175A is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 23 90 -
CMYK 0.96 0.74 0 0.65
HSL 226.74º 0.91% 0.18% -
HSV(B) 226.74º 0.96% 0.35% -
XYZ 2.2 1.38 9.82 -
YUV 24.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 4 23 90 0.96 0.74 0 0.65 226.74 0.91 0.18
Hex 4 17 5A 60 4A 0 41 E3 5B 12
Octal 4 27 132 140 112 0 101 343 133 22
Binary 100 10111 1011010 1100000 1001010 0 1000001 11100011 1011011 10010

Color Harmonies of #04175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04175A

Black with #04175A

Text Example


Text Example

White with #04175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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