Html Css Color HEX #031257 Sapphire

📋 copy color: '#031257'

red 3 ◦ green 18 ◦ blue 87

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

Shades of Sapphire #031257

Tints of Sapphire #031257

RGB

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

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

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

R = 2.78%
G = 16.67%
B = 80.56%

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

#031257 (or 0x031257) is known color: Sapphire. HEX triplet: 03, 12 and 57. RGB value is (3,18,87). Sum of RGB (Red+Green+Blue) = 3+18+87=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #031257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031257 is #FCEDA8. Grayscale: #151515. Windows color (decimal): -16575913 or 5706243. OLE color: 5706243.

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

Color convert

RGB 3 18 87 -
CMYK 0.97 0.79 0 0.66
HSL 229.29º 0.93% 0.18% -
HSV(B) 229.29º 0.97% 0.34% -
XYZ 1.97 1.14 9.13 -
YUV 21.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 3 18 87 0.97 0.79 0 0.66 229.29 0.93 0.18
Hex 3 12 57 61 4F 0 42 E5 5D 12
Octal 3 22 127 141 117 0 102 345 135 22
Binary 11 10010 1010111 1100001 1001111 0 1000010 11100101 1011101 10010

Color Harmonies of #031257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031257

Black with #031257

Text Example


Text Example

White with #031257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031257; }

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

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

background-color css

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

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

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

border-color css

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

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

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