Html Css Color HEX #031570 Sapphire

📋 copy color: '#031570'

red 3 ◦ green 21 ◦ blue 112

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

Shades of Sapphire #031570

Tints of Sapphire #031570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 2.21%
G = 15.44%
B = 82.35%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031570 (or 0x031570) is known color: Sapphire. HEX triplet: 03, 15 and 70. RGB value is (3,21,112). Sum of RGB (Red+Green+Blue) = 3+21+112=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #031570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031570 is #FCEA8F. Grayscale: #191919. Windows color (decimal): -16575120 or 7345411. OLE color: 7345411.

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

Color convert

RGB 3 21 112 -
CMYK 0.97 0.81 0 0.56
HSL 230.09º 0.95% 0.23% -
HSV(B) 230.09º 0.97% 0.44% -
XYZ 3.23 1.73 15.49 -
YUV 25.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 3 21 112 0.97 0.81 0 0.56 230.09 0.95 0.23
Hex 3 15 70 61 51 0 38 E6 5F 17
Octal 3 25 160 141 121 0 70 346 137 27
Binary 11 10101 1110000 1100001 1010001 0 111000 11100110 1011111 10111

Color Harmonies of #031570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031570

Black with #031570

Text Example


Text Example

White with #031570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031570; }

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

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

background-color css

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

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

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

border-color css

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

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

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