Html Css Color HEX #031256 Sapphire

📋 copy color: '#031256'

red 3 ◦ green 18 ◦ blue 86

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

Shades of Sapphire #031256

Tints of Sapphire #031256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 80.37%

R = 2.8%
G = 16.82%
B = 80.37%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031256 (or 0x031256) is known color: Sapphire. HEX triplet: 03, 12 and 56. RGB value is (3,18,86). Sum of RGB (Red+Green+Blue) = 3+18+86=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #031256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031256 is #FCEDA9. Grayscale: #141414. Windows color (decimal): -16575914 or 5640707. OLE color: 5640707.

HSL color Cylindrical-coordinate representation of color #031256: hue angle of 229.16º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031256 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 18 86 -
CMYK 0.97 0.79 0 0.66
HSL 229.16º 0.93% 0.17% -
HSV(B) 229.16º 0.97% 0.34% -
XYZ 1.93 1.12 8.92 -
YUV 21.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 3 18 86 0.97 0.79 0 0.66 229.16 0.93 0.17
Hex 3 12 56 61 4F 0 42 E5 5D 11
Octal 3 22 126 141 117 0 102 345 135 21
Binary 11 10010 1010110 1100001 1001111 0 1000010 11100101 1011101 10001

Color Harmonies of #031256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031256

Black with #031256

Text Example


Text Example

White with #031256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031256; }

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

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

background-color css

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

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

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

border-color css

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

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

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