Html Css Color HEX #042859 Sapphire

📋 copy color: '#042859'

red 4 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #042859

Tints of Sapphire #042859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

 BLUE value IS 89 (35.16% from 255) = 66.92%

R = 3.01%
G = 30.08%
B = 66.92%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#042859 (or 0x042859) is known color: Sapphire. HEX triplet: 04, 28 and 59. RGB value is (4,40,89). Sum of RGB (Red+Green+Blue) = 4+40+89=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #042859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042859 is #FBD7A6. Grayscale: #222222. Windows color (decimal): -16504743 or 5842948. OLE color: 5842948.

HSL color Cylindrical-coordinate representation of color #042859: hue angle of 214.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042859 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 40 89 -
CMYK 0.96 0.55 0 0.65
HSL 214.59º 0.91% 0.18% -
HSV(B) 214.59º 0.96% 0.35% -
XYZ 2.61 2.26 9.75 -
YUV 34.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 4 40 89 0.96 0.55 0 0.65 214.59 0.91 0.18
Hex 4 28 59 60 37 0 41 D7 5B 12
Octal 4 50 131 140 67 0 101 327 133 22
Binary 100 101000 1011001 1100000 110111 0 1000001 11010111 1011011 10010

Color Harmonies of #042859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042859

Black with #042859

Text Example


Text Example

White with #042859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042859; }

 p { color: rgb(4,40,89); }

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

background-color css

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

 a { background-color: rgb(4,40,89); }

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

border-color css

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

 span { border-color: rgb(4,40,89); }

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