Html Css Color HEX #031670 Sapphire

📋 copy color: '#031670'

red 3 ◦ green 22 ◦ blue 112

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

Shades of Sapphire #031670

Tints of Sapphire #031670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 81.75%

R = 2.19%
G = 16.06%
B = 81.75%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031670 (or 0x031670) is known color: Sapphire. HEX triplet: 03, 16 and 70. RGB value is (3,22,112). Sum of RGB (Red+Green+Blue) = 3+22+112=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #031670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031670 is #FCE98F. Grayscale: #1A1A1A. Windows color (decimal): -16574864 or 7345667. OLE color: 7345667.

HSL color Cylindrical-coordinate representation of color #031670: hue angle of 229.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031670 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 22 112 -
CMYK 0.97 0.80 0 0.56
HSL 229.54º 0.95% 0.23% -
HSV(B) 229.54º 0.97% 0.44% -
XYZ 3.25 1.76 15.5 -
YUV 26.58 176.21 111.18 -
System Red Green Blue C M Y K H S L
Decimal 3 22 112 0.97 0.80 0 0.56 229.54 0.95 0.23
Hex 3 16 70 61 50 0 38 E6 5F 17
Octal 3 26 160 141 120 0 70 346 137 27
Binary 11 10110 1110000 1100001 1010000 0 111000 11100110 1011111 10111

Color Harmonies of #031670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031670

Black with #031670

Text Example


Text Example

White with #031670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031670; }

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

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

background-color css

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

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

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

border-color css

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

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

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