#142561

Color #142561 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #142561

Tints of Sapphire #142561

Color information

#142561 (or 0x142561) is unknown color: approx Sapphire. HEX triplet: 14, 25 and 61. RGB value is (20,37,97). Sum of RGB (Red+Green+Blue) = 20+37+97=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #142561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142561 is #EBDA9E. Grayscale: #262626. Windows color (decimal): -15456927 or 6366484. OLE color: 6366484.

HSL color Cylindrical-coordinate representation of color #142561: hue angle of 226.75º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142561 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB203797-
CMYK0.790.6200.62
HSL226.75º65.81%22.94%-
HSV(B)226.75º79.38%38.04%-
XYZ3.112.3311.6-
YUV38.76160.87114.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=12.99%
G=24.03%
B=62.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2037970.790.6200.62226.7565.8122.94
Hex1425614F3E03Ee34217
Octal24451411177607634310227
Binary1010010010111000011001111111110011111011100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142561; }

 p { color: rgb(20,37,97); }

 H1.HeaderClassName
 {
   color: #142561;
 }
 .AnyTagClassName
 {
   color: #142561;
 }
</style>
background-color css

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

 a { background-color: rgb(20,37,97); }

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

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

 span { border-color: rgb(20,37,97); }

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