Html Css Color HEX #031E60 Sapphire

📋 copy color: '#031E60'

red 3 ◦ green 30 ◦ blue 96

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

Shades of Sapphire #031E60

Tints of Sapphire #031E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 74.42%

R = 2.33%
G = 23.26%
B = 74.42%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031E60 (or 0x031E60) is known color: Sapphire. HEX triplet: 03, 1E and 60. RGB value is (3,30,96). Sum of RGB (Red+Green+Blue) = 3+30+96=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #031E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E60 is #FCE19F. Grayscale: #1D1D1D. Windows color (decimal): -16572832 or 6299139. OLE color: 6299139.

HSL color Cylindrical-coordinate representation of color #031E60: hue angle of 222.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E60 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 30 96 -
CMYK 0.97 0.69 0 0.62
HSL 222.58º 0.94% 0.19% -
HSV(B) 222.58º 0.97% 0.38% -
XYZ 2.61 1.79 11.27 -
YUV 29.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 3 30 96 0.97 0.69 0 0.62 222.58 0.94 0.19
Hex 3 1E 60 61 45 0 3E DF 5E 13
Octal 3 36 140 141 105 0 76 337 136 23
Binary 11 11110 1100000 1100001 1000101 0 111110 11011111 1011110 10011

Color Harmonies of #031E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E60

Black with #031E60

Text Example


Text Example

White with #031E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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