Html Css Color HEX #031559 Sapphire

📋 copy color: '#031559'

red 3 ◦ green 21 ◦ blue 89

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

Shades of Sapphire #031559

Tints of Sapphire #031559

RGB

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

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

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

R = 2.65%
G = 18.58%
B = 78.76%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031559 (or 0x031559) is known color: Sapphire. HEX triplet: 03, 15 and 59. RGB value is (3,21,89). Sum of RGB (Red+Green+Blue) = 3+21+89=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #031559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031559 is #FCEAA6. Grayscale: #171717. Windows color (decimal): -16575143 or 5838083. OLE color: 5838083.

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

Color convert

RGB 3 21 89 -
CMYK 0.97 0.76 0 0.65
HSL 227.44º 0.93% 0.18% -
HSV(B) 227.44º 0.97% 0.35% -
XYZ 2.11 1.28 9.59 -
YUV 23.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 3 21 89 0.97 0.76 0 0.65 227.44 0.93 0.18
Hex 3 15 59 61 4C 0 41 E3 5D 12
Octal 3 25 131 141 114 0 101 343 135 22
Binary 11 10101 1011001 1100001 1001100 0 1000001 11100011 1011101 10010

Color Harmonies of #031559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031559

Black with #031559

Text Example


Text Example

White with #031559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031559; }

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

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

background-color css

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

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

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

border-color css

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

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

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