Html Css Color HEX #042374 Sapphire

📋 copy color: '#042374'

red 4 ◦ green 35 ◦ blue 116

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

Shades of Sapphire #042374

Tints of Sapphire #042374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 74.84%

R = 2.58%
G = 22.58%
B = 74.84%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042374 (or 0x042374) is known color: Sapphire. HEX triplet: 04, 23 and 74. RGB value is (4,35,116). Sum of RGB (Red+Green+Blue) = 4+35+116=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #042374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042374 is #FBDC8B. Grayscale: #222222. Windows color (decimal): -16505996 or 7611140. OLE color: 7611140.

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

Color convert

RGB 4 35 116 -
CMYK 0.97 0.70 0 0.55
HSL 223.39º 0.93% 0.24% -
HSV(B) 223.39º 0.97% 0.45% -
XYZ 3.8 2.49 16.8 -
YUV 34.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 4 35 116 0.97 0.70 0 0.55 223.39 0.93 0.24
Hex 4 23 74 61 46 0 37 DF 5D 18
Octal 4 43 164 141 106 0 67 337 135 30
Binary 100 100011 1110100 1100001 1000110 0 110111 11011111 1011101 11000

Color Harmonies of #042374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042374

Black with #042374

Text Example


Text Example

White with #042374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042374; }

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

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

background-color css

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

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

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

border-color css

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

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

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