Html Css Color HEX #031A57 Sapphire

📋 copy color: '#031A57'

red 3 ◦ green 26 ◦ blue 87

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

Shades of Sapphire #031A57

Tints of Sapphire #031A57

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.41%

 BLUE value IS 87 (34.38% from 255) = 75%

R = 2.59%
G = 22.41%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031A57 (or 0x031A57) is known color: Sapphire. HEX triplet: 03, 1A and 57. RGB value is (3,26,87). Sum of RGB (Red+Green+Blue) = 3+26+87=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 87 (34.38% from 255 or 75% from 116); Max value from RGB is 87 - color contains mainly: blue. Hex color #031A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A57 is #FCE5A8. Grayscale: #191919. Windows color (decimal): -16573865 or 5708291. OLE color: 5708291.

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

Color convert

RGB 3 26 87 -
CMYK 0.97 0.70 0 0.66
HSL 223.57º 0.93% 0.18% -
HSV(B) 223.57º 0.97% 0.34% -
XYZ 2.13 1.45 9.18 -
YUV 26.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 3 26 87 0.97 0.70 0 0.66 223.57 0.93 0.18
Hex 3 1A 57 61 46 0 42 E0 5D 12
Octal 3 32 127 141 106 0 102 340 135 22
Binary 11 11010 1010111 1100001 1000110 0 1000010 11100000 1011101 10010

Color Harmonies of #031A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A57

Black with #031A57

Text Example


Text Example

White with #031A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031A57; }

 p { color: rgb(3,26,87); }

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

background-color css

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

 a { background-color: rgb(3,26,87); }

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

border-color css

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

 span { border-color: rgb(3,26,87); }

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