Html Css Color HEX #042359 Sapphire

📋 copy color: '#042359'

red 4 ◦ green 35 ◦ blue 89

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

Shades of Sapphire #042359

Tints of Sapphire #042359

RGB

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

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

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

R = 3.13%
G = 27.34%
B = 69.53%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#042359 (or 0x042359) is known color: Sapphire. HEX triplet: 04, 23 and 59. RGB value is (4,35,89). Sum of RGB (Red+Green+Blue) = 4+35+89=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #042359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042359 is #FBDCA6. Grayscale: #1F1F1F. Windows color (decimal): -16506023 or 5841668. OLE color: 5841668.

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

Color convert

RGB 4 35 89 -
CMYK 0.96 0.61 0 0.65
HSL 218.12º 0.91% 0.18% -
HSV(B) 218.12º 0.96% 0.35% -
XYZ 2.45 1.95 9.7 -
YUV 31.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 4 35 89 0.96 0.61 0 0.65 218.12 0.91 0.18
Hex 4 23 59 60 3D 0 41 DA 5B 12
Octal 4 43 131 140 75 0 101 332 133 22
Binary 100 100011 1011001 1100000 111101 0 1000001 11011010 1011011 10010

Color Harmonies of #042359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042359

Black with #042359

Text Example


Text Example

White with #042359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042359; }

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

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

background-color css

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

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

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

border-color css

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

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

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