Html Css Color HEX #031E55 Sapphire

📋 copy color: '#031E55'

red 3 ◦ green 30 ◦ blue 85

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

Shades of Sapphire #031E55

Tints of Sapphire #031E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.42%

 BLUE value IS 85 (33.59% from 255) = 72.03%

R = 2.54%
G = 25.42%
B = 72.03%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031E55 (or 0x031E55) is known color: Sapphire. HEX triplet: 03, 1E and 55. RGB value is (3,30,85). Sum of RGB (Red+Green+Blue) = 3+30+85=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 85 (33.59% from 255 or 72.03% from 118); Max value from RGB is 85 - color contains mainly: blue. Hex color #031E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E55 is #FCE1AA. Grayscale: #1B1B1B. Windows color (decimal): -16572843 or 5578243. OLE color: 5578243.

HSL color Cylindrical-coordinate representation of color #031E55: hue angle of 220.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031E55 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 30 85 -
CMYK 0.96 0.65 0 0.67
HSL 220.24º 0.93% 0.17% -
HSV(B) 220.24º 0.96% 0.33% -
XYZ 2.14 1.6 8.79 -
YUV 28.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 3 30 85 0.96 0.65 0 0.67 220.24 0.93 0.17
Hex 3 1E 55 60 41 0 43 DC 5D 11
Octal 3 36 125 140 101 0 103 334 135 21
Binary 11 11110 1010101 1100000 1000001 0 1000011 11011100 1011101 10001

Color Harmonies of #031E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E55

Black with #031E55

Text Example


Text Example

White with #031E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031E55; }

 p { color: rgb(3,30,85); }

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

background-color css

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

 a { background-color: rgb(3,30,85); }

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

border-color css

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

 span { border-color: rgb(3,30,85); }

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