Html Css Color HEX #031859 Sapphire

📋 copy color: '#031859'

red 3 ◦ green 24 ◦ blue 89

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

Shades of Sapphire #031859

Tints of Sapphire #031859

RGB

 RED value IS 3 (1.56% from 255) = 2.59%

 GREEN value IS 24 (9.77% from 255) = 20.69%

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

R = 2.59%
G = 20.69%
B = 76.72%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031859 (or 0x031859) is known color: Sapphire. HEX triplet: 03, 18 and 59. RGB value is (3,24,89). Sum of RGB (Red+Green+Blue) = 3+24+89=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #031859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031859 is #FCE7A6. Grayscale: #181818. Windows color (decimal): -16574375 or 5838851. OLE color: 5838851.

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

Color convert

RGB 3 24 89 -
CMYK 0.97 0.73 0 0.65
HSL 225.35º 0.93% 0.18% -
HSV(B) 225.35º 0.97% 0.35% -
XYZ 2.17 1.39 9.61 -
YUV 25.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 3 24 89 0.97 0.73 0 0.65 225.35 0.93 0.18
Hex 3 18 59 61 49 0 41 E1 5D 12
Octal 3 30 131 141 111 0 101 341 135 22
Binary 11 11000 1011001 1100001 1001001 0 1000001 11100001 1011101 10010

Color Harmonies of #031859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031859

Black with #031859

Text Example


Text Example

White with #031859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031859; }

 p { color: rgb(3,24,89); }

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

background-color css

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

 a { background-color: rgb(3,24,89); }

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

border-color css

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

 span { border-color: rgb(3,24,89); }

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