#142650

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

Shades of Sapphire #142650

Tints of Sapphire #142650

Color information

#142650 (or 0x142650) is unknown color: approx Sapphire. HEX triplet: 14, 26 and 50. RGB value is (20,38,80). Sum of RGB (Red+Green+Blue) = 20+38+80=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #142650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142650 is #EBD9AF. Grayscale: #252525. Windows color (decimal): -15456688 or 5252628. OLE color: 5252628.

HSL color Cylindrical-coordinate representation of color #142650: hue angle of 222º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142650 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB203880-
CMYK0.750.5200.69
HSL222º60%19.61%-
HSV(B)222º75%31.37%-
XYZ2.432.117.87-
YUV37.41152.04115.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=14.49%
G=27.54%
B=57.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2038800.750.5200.692226019.61
Hex1426504B34045de3c14
Octal24461201136401053367424
Binary1010010011010100001001011110100010001011101111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142650; }

 p { color: rgb(20,38,80); }

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

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

 a { background-color: rgb(20,38,80); }

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

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

 span { border-color: rgb(20,38,80); }

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