Html Css Color HEX #031270 Sapphire

📋 copy color: '#031270'

red 3 ◦ green 18 ◦ blue 112

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

Shades of Sapphire #031270

Tints of Sapphire #031270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 2.26%
G = 13.53%
B = 84.21%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031270 (or 0x031270) is known color: Sapphire. HEX triplet: 03, 12 and 70. RGB value is (3,18,112). Sum of RGB (Red+Green+Blue) = 3+18+112=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #031270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031270 is #FCED8F. Grayscale: #171717. Windows color (decimal): -16575888 or 7344643. OLE color: 7344643.

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

Color convert

RGB 3 18 112 -
CMYK 0.97 0.84 0 0.56
HSL 231.74º 0.95% 0.23% -
HSV(B) 231.74º 0.97% 0.44% -
XYZ 3.18 1.62 15.47 -
YUV 24.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 3 18 112 0.97 0.84 0 0.56 231.74 0.95 0.23
Hex 3 12 70 61 54 0 38 E8 5F 17
Octal 3 22 160 141 124 0 70 350 137 27
Binary 11 10010 1110000 1100001 1010100 0 111000 11101000 1011111 10111

Color Harmonies of #031270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031270

Black with #031270

Text Example


Text Example

White with #031270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031270; }

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

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

background-color css

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

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

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

border-color css

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

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

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