Html Css Color HEX #031959 Sapphire

📋 copy color: '#031959'

red 3 ◦ green 25 ◦ blue 89

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

Shades of Sapphire #031959

Tints of Sapphire #031959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.37%

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

R = 2.56%
G = 21.37%
B = 76.07%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031959 (or 0x031959) is known color: Sapphire. HEX triplet: 03, 19 and 59. RGB value is (3,25,89). Sum of RGB (Red+Green+Blue) = 3+25+89=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #031959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031959 is #FCE6A6. Grayscale: #191919. Windows color (decimal): -16574119 or 5839107. OLE color: 5839107.

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

Color convert

RGB 3 25 89 -
CMYK 0.97 0.72 0 0.65
HSL 224.65º 0.93% 0.18% -
HSV(B) 224.65º 0.97% 0.35% -
XYZ 2.19 1.44 9.61 -
YUV 25.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 3 25 89 0.97 0.72 0 0.65 224.65 0.93 0.18
Hex 3 19 59 61 48 0 41 E1 5D 12
Octal 3 31 131 141 110 0 101 341 135 22
Binary 11 11001 1011001 1100001 1001000 0 1000001 11100001 1011101 10010

Color Harmonies of #031959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031959

Black with #031959

Text Example


Text Example

White with #031959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031959; }

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

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

background-color css

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

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

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

border-color css

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

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

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