Html Css Color HEX #031676 Sapphire

📋 copy color: '#031676'

red 3 ◦ green 22 ◦ blue 118

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

Shades of Sapphire #031676

Tints of Sapphire #031676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 82.52%

R = 2.1%
G = 15.38%
B = 82.52%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031676 (or 0x031676) is known color: Sapphire. HEX triplet: 03, 16 and 76. RGB value is (3,22,118). Sum of RGB (Red+Green+Blue) = 3+22+118=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #031676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031676 is #FCE989. Grayscale: #1A1A1A. Windows color (decimal): -16574858 or 7738883. OLE color: 7738883.

HSL color Cylindrical-coordinate representation of color #031676: hue angle of 230.09º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031676 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 22 118 -
CMYK 0.97 0.81 0 0.54
HSL 230.09º 0.95% 0.24% -
HSV(B) 230.09º 0.97% 0.46% -
XYZ 3.59 1.9 17.32 -
YUV 27.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 3 22 118 0.97 0.81 0 0.54 230.09 0.95 0.24
Hex 3 16 76 61 51 0 36 E6 5F 18
Octal 3 26 166 141 121 0 66 346 137 30
Binary 11 10110 1110110 1100001 1010001 0 110110 11100110 1011111 11000

Color Harmonies of #031676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031676

Black with #031676

Text Example


Text Example

White with #031676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031676; }

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

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

background-color css

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

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

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

border-color css

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

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

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