Html Css Color HEX #042871 Sapphire

📋 copy color: '#042871'

red 4 ◦ green 40 ◦ blue 113

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

Shades of Sapphire #042871

Tints of Sapphire #042871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.97%

R = 2.55%
G = 25.48%
B = 71.97%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042871 (or 0x042871) is known color: Sapphire. HEX triplet: 04, 28 and 71. RGB value is (4,40,113). Sum of RGB (Red+Green+Blue) = 4+40+113=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #042871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042871 is #FBD78E. Grayscale: #252525. Windows color (decimal): -16504719 or 7415812. OLE color: 7415812.

HSL color Cylindrical-coordinate representation of color #042871: hue angle of 220.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042871 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 40 113 -
CMYK 0.96 0.65 0 0.56
HSL 220.18º 0.93% 0.23% -
HSV(B) 220.18º 0.96% 0.44% -
XYZ 3.79 2.74 15.95 -
YUV 37.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 4 40 113 0.96 0.65 0 0.56 220.18 0.93 0.23
Hex 4 28 71 60 41 0 38 DC 5D 17
Octal 4 50 161 140 101 0 70 334 135 27
Binary 100 101000 1110001 1100000 1000001 0 111000 11011100 1011101 10111

Color Harmonies of #042871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042871

Black with #042871

Text Example


Text Example

White with #042871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042871; }

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

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

background-color css

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

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

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

border-color css

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

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

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