Html Css Color HEX #031057 Sapphire

📋 copy color: '#031057'

red 3 ◦ green 16 ◦ blue 87

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

Shades of Sapphire #031057

Tints of Sapphire #031057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 2.83%
G = 15.09%
B = 82.08%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031057 (or 0x031057) is known color: Sapphire. HEX triplet: 03, 10 and 57. RGB value is (3,16,87). Sum of RGB (Red+Green+Blue) = 3+16+87=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #031057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031057 is #FCEFA8. Grayscale: #131313. Windows color (decimal): -16576425 or 5705731. OLE color: 5705731.

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

Color convert

RGB 3 16 87 -
CMYK 0.97 0.82 0 0.66
HSL 230.71º 0.93% 0.18% -
HSV(B) 230.71º 0.97% 0.34% -
XYZ 1.94 1.08 9.12 -
YUV 20.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 3 16 87 0.97 0.82 0 0.66 230.71 0.93 0.18
Hex 3 10 57 61 52 0 42 E7 5D 12
Octal 3 20 127 141 122 0 102 347 135 22
Binary 11 10000 1010111 1100001 1010010 0 1000010 11100111 1011101 10010

Color Harmonies of #031057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031057

Black with #031057

Text Example


Text Example

White with #031057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031057; }

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

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

background-color css

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

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

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

border-color css

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

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

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