Html Css Color HEX #042573 Sapphire

📋 copy color: '#042573'

red 4 ◦ green 37 ◦ blue 115

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

Shades of Sapphire #042573

Tints of Sapphire #042573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

 BLUE value IS 115 (45.31% from 255) = 73.72%

R = 2.56%
G = 23.72%
B = 73.72%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042573 (or 0x042573) is known color: Sapphire. HEX triplet: 04, 25 and 73. RGB value is (4,37,115). Sum of RGB (Red+Green+Blue) = 4+37+115=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #042573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042573 is #FBDA8C. Grayscale: #232323. Windows color (decimal): -16505485 or 7546116. OLE color: 7546116.

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

Color convert

RGB 4 37 115 -
CMYK 0.97 0.68 0 0.55
HSL 222.16º 0.93% 0.23% -
HSV(B) 222.16º 0.97% 0.45% -
XYZ 3.81 2.59 16.52 -
YUV 36.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 4 37 115 0.97 0.68 0 0.55 222.16 0.93 0.23
Hex 4 25 73 61 44 0 37 DE 5D 17
Octal 4 45 163 141 104 0 67 336 135 27
Binary 100 100101 1110011 1100001 1000100 0 110111 11011110 1011101 10111

Color Harmonies of #042573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042573

Black with #042573

Text Example


Text Example

White with #042573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042573; }

 p { color: rgb(4,37,115); }

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

background-color css

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

 a { background-color: rgb(4,37,115); }

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

border-color css

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

 span { border-color: rgb(4,37,115); }

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