Html Css Color HEX #031660 Sapphire

📋 copy color: '#031660'

red 3 ◦ green 22 ◦ blue 96

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

Shades of Sapphire #031660

Tints of Sapphire #031660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.18%

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

R = 2.48%
G = 18.18%
B = 79.34%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031660 (or 0x031660) is known color: Sapphire. HEX triplet: 03, 16 and 60. RGB value is (3,22,96). Sum of RGB (Red+Green+Blue) = 3+22+96=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #031660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031660 is #FCE99F. Grayscale: #181818. Windows color (decimal): -16574880 or 6297091. OLE color: 6297091.

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

Color convert

RGB 3 22 96 -
CMYK 0.97 0.77 0 0.62
HSL 227.74º 0.94% 0.19% -
HSV(B) 227.74º 0.97% 0.38% -
XYZ 2.44 1.44 11.22 -
YUV 24.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 3 22 96 0.97 0.77 0 0.62 227.74 0.94 0.19
Hex 3 16 60 61 4D 0 3E E4 5E 13
Octal 3 26 140 141 115 0 76 344 136 23
Binary 11 10110 1100000 1100001 1001101 0 111110 11100100 1011110 10011

Color Harmonies of #031660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031660

Black with #031660

Text Example


Text Example

White with #031660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031660; }

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

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

background-color css

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

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

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

border-color css

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

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

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