Html Css Color HEX #042071 Sapphire

📋 copy color: '#042071'

red 4 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #042071

Tints of Sapphire #042071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 2.68%
G = 21.48%
B = 75.84%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042071 (or 0x042071) is known color: Sapphire. HEX triplet: 04, 20 and 71. RGB value is (4,32,113). Sum of RGB (Red+Green+Blue) = 4+32+113=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #042071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042071 is #FBDF8E. Grayscale: #202020. Windows color (decimal): -16506767 or 7413764. OLE color: 7413764.

HSL color Cylindrical-coordinate representation of color #042071: hue angle of 224.59º 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 #042071 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 32 113 -
CMYK 0.96 0.72 0 0.56
HSL 224.59º 0.93% 0.23% -
HSV(B) 224.59º 0.96% 0.44% -
XYZ 3.55 2.25 15.87 -
YUV 32.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 4 32 113 0.96 0.72 0 0.56 224.59 0.93 0.23
Hex 4 20 71 60 48 0 38 E1 5D 17
Octal 4 40 161 140 110 0 70 341 135 27
Binary 100 100000 1110001 1100000 1001000 0 111000 11100001 1011101 10111

Color Harmonies of #042071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042071

Black with #042071

Text Example


Text Example

White with #042071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042071; }

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

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

background-color css

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

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

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

border-color css

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

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

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