Html Css Color HEX #031657 Sapphire

📋 copy color: '#031657'

red 3 ◦ green 22 ◦ blue 87

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

Shades of Sapphire #031657

Tints of Sapphire #031657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.64%

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

R = 2.68%
G = 19.64%
B = 77.68%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031657 (or 0x031657) is known color: Sapphire. HEX triplet: 03, 16 and 57. RGB value is (3,22,87). Sum of RGB (Red+Green+Blue) = 3+22+87=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #031657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031657 is #FCE9A8. Grayscale: #171717. Windows color (decimal): -16574889 or 5707267. OLE color: 5707267.

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

Color convert

RGB 3 22 87 -
CMYK 0.97 0.75 0 0.66
HSL 226.43º 0.93% 0.18% -
HSV(B) 226.43º 0.97% 0.34% -
XYZ 2.04 1.28 9.16 -
YUV 23.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 3 22 87 0.97 0.75 0 0.66 226.43 0.93 0.18
Hex 3 16 57 61 4B 0 42 E2 5D 12
Octal 3 26 127 141 113 0 102 342 135 22
Binary 11 10110 1010111 1100001 1001011 0 1000010 11100010 1011101 10010

Color Harmonies of #031657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031657

Black with #031657

Text Example


Text Example

White with #031657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031657; }

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

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

background-color css

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

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

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

border-color css

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

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

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