Html Css Color HEX #042875 Sapphire

📋 copy color: '#042875'

red 4 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #042875

Tints of Sapphire #042875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.84%

 BLUE value IS 117 (46.09% from 255) = 72.67%

R = 2.48%
G = 24.84%
B = 72.67%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042875 (or 0x042875) is known color: Sapphire. HEX triplet: 04, 28 and 75. RGB value is (4,40,117). Sum of RGB (Red+Green+Blue) = 4+40+117=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #042875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042875 is #FBD78A. Grayscale: #252525. Windows color (decimal): -16504715 or 7677956. OLE color: 7677956.

HSL color Cylindrical-coordinate representation of color #042875: hue angle of 220.88º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042875 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 40 117 -
CMYK 0.97 0.66 0 0.54
HSL 220.89º 0.93% 0.24% -
HSV(B) 220.89º 0.97% 0.46% -
XYZ 4.02 2.83 17.16 -
YUV 38.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 4 40 117 0.97 0.66 0 0.54 220.89 0.93 0.24
Hex 4 28 75 61 42 0 36 DD 5D 18
Octal 4 50 165 141 102 0 66 335 135 30
Binary 100 101000 1110101 1100001 1000010 0 110110 11011101 1011101 11000

Color Harmonies of #042875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042875

Black with #042875

Text Example


Text Example

White with #042875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042875; }

 p { color: rgb(4,40,117); }

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

background-color css

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

 a { background-color: rgb(4,40,117); }

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

border-color css

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

 span { border-color: rgb(4,40,117); }

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