Html Css Color HEX #042057 Sapphire

📋 copy color: '#042057'

red 4 ◦ green 32 ◦ blue 87

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

Shades of Sapphire #042057

Tints of Sapphire #042057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 70.73%

R = 3.25%
G = 26.02%
B = 70.73%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#042057 (or 0x042057) is known color: Sapphire. HEX triplet: 04, 20 and 57. RGB value is (4,32,87). Sum of RGB (Red+Green+Blue) = 4+32+87=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #042057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042057 is #FBDFA8. Grayscale: #1D1D1D. Windows color (decimal): -16506793 or 5709828. OLE color: 5709828.

HSL color Cylindrical-coordinate representation of color #042057: hue angle of 219.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042057 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 32 87 -
CMYK 0.95 0.63 0 0.66
HSL 219.76º 0.91% 0.18% -
HSV(B) 219.76º 0.95% 0.34% -
XYZ 2.29 1.75 9.23 -
YUV 29.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 4 32 87 0.95 0.63 0 0.66 219.76 0.91 0.18
Hex 4 20 57 5F 3F 0 42 DC 5B 12
Octal 4 40 127 137 77 0 102 334 133 22
Binary 100 100000 1010111 1011111 111111 0 1000010 11011100 1011011 10010

Color Harmonies of #042057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042057

Black with #042057

Text Example


Text Example

White with #042057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042057; }

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

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

background-color css

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

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

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

border-color css

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

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

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