#142B61

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

Shades of Sapphire #142B61

Tints of Sapphire #142B61

Color information

#142B61 (or 0x142B61) is unknown color: approx Sapphire. HEX triplet: 14, 2B and 61. RGB value is (20,43,97). Sum of RGB (Red+Green+Blue) = 20+43+97=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #142B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B61 is #EBD49E. Grayscale: #2A2A2A. Windows color (decimal): -15455391 or 6368020. OLE color: 6368020.

HSL color Cylindrical-coordinate representation of color #142B61: hue angle of 222.08º 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 #142B61 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB204397-
CMYK0.790.5600.62
HSL222.08º65.81%22.94%-
HSV(B)222.08º79.38%38.04%-
XYZ3.312.7411.66-
YUV42.28158.88112.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 97 (38.28% from 255) = 60.62%
R=12.5%
G=26.88%
B=60.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2043970.790.5600.62222.0865.8122.94
Hex142B614F3803Ede4217
Octal24531411177007633610227
Binary1010010101111000011001111111000011111011011110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142B61; }

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

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

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

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

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

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

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

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