Html Css Color HEX #031370 Sapphire

📋 copy color: '#031370'

red 3 ◦ green 19 ◦ blue 112

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

Shades of Sapphire #031370

Tints of Sapphire #031370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 2.24%
G = 14.18%
B = 83.58%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031370 (or 0x031370) is known color: Sapphire. HEX triplet: 03, 13 and 70. RGB value is (3,19,112). Sum of RGB (Red+Green+Blue) = 3+19+112=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #031370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031370 is #FCEC8F. Grayscale: #181818. Windows color (decimal): -16575632 or 7344899. OLE color: 7344899.

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

Color convert

RGB 3 19 112 -
CMYK 0.97 0.83 0 0.56
HSL 231.19º 0.95% 0.23% -
HSV(B) 231.19º 0.97% 0.44% -
XYZ 3.2 1.65 15.48 -
YUV 24.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 3 19 112 0.97 0.83 0 0.56 231.19 0.95 0.23
Hex 3 13 70 61 53 0 38 E7 5F 17
Octal 3 23 160 141 123 0 70 347 137 27
Binary 11 10011 1110000 1100001 1010011 0 111000 11100111 1011111 10111

Color Harmonies of #031370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031370

Black with #031370

Text Example


Text Example

White with #031370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031370; }

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

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

background-color css

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

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

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

border-color css

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

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

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