Html Css Color HEX #042371 Sapphire

📋 copy color: '#042371'

red 4 ◦ green 35 ◦ blue 113

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

Shades of Sapphire #042371

Tints of Sapphire #042371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

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

R = 2.63%
G = 23.03%
B = 74.34%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042371 (or 0x042371) is known color: Sapphire. HEX triplet: 04, 23 and 71. RGB value is (4,35,113). Sum of RGB (Red+Green+Blue) = 4+35+113=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #042371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042371 is #FBDC8E. Grayscale: #222222. Windows color (decimal): -16505999 or 7414532. OLE color: 7414532.

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

Color convert

RGB 4 35 113 -
CMYK 0.96 0.69 0 0.56
HSL 222.94º 0.93% 0.23% -
HSV(B) 222.94º 0.96% 0.44% -
XYZ 3.63 2.42 15.9 -
YUV 34.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 4 35 113 0.96 0.69 0 0.56 222.94 0.93 0.23
Hex 4 23 71 60 45 0 38 DF 5D 17
Octal 4 43 161 140 105 0 70 337 135 27
Binary 100 100011 1110001 1100000 1000101 0 111000 11011111 1011101 10111

Color Harmonies of #042371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042371

Black with #042371

Text Example


Text Example

White with #042371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042371; }

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

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

background-color css

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

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

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

border-color css

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

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

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