Html Css Color HEX #041570 Sapphire

📋 copy color: '#041570'

red 4 ◦ green 21 ◦ blue 112

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

Shades of Sapphire #041570

Tints of Sapphire #041570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 112 (44.14% from 255) = 81.75%

R = 2.92%
G = 15.33%
B = 81.75%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041570 (or 0x041570) is known color: Sapphire. HEX triplet: 04, 15 and 70. RGB value is (4,21,112). Sum of RGB (Red+Green+Blue) = 4+21+112=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #041570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041570 is #FBEA8F. Grayscale: #191919. Windows color (decimal): -16509584 or 7345412. OLE color: 7345412.

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

Color convert

RGB 4 21 112 -
CMYK 0.96 0.81 0 0.56
HSL 230.56º 0.93% 0.23% -
HSV(B) 230.56º 0.96% 0.44% -
XYZ 3.24 1.73 15.49 -
YUV 26.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 4 21 112 0.96 0.81 0 0.56 230.56 0.93 0.23
Hex 4 15 70 60 51 0 38 E7 5D 17
Octal 4 25 160 140 121 0 70 347 135 27
Binary 100 10101 1110000 1100000 1010001 0 111000 11100111 1011101 10111

Color Harmonies of #041570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041570

Black with #041570

Text Example


Text Example

White with #041570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041570; }

 p { color: rgb(4,21,112); }

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

background-color css

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

 a { background-color: rgb(4,21,112); }

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

border-color css

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

 span { border-color: rgb(4,21,112); }

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