#140F27

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

Shades of Jaguar #140F27

Tints of Jaguar #140F27

Color information

#140F27 (or 0x140F27) is unknown color: approx Jaguar. HEX triplet: 14, 0F and 27. RGB value is (20,15,39). Sum of RGB (Red+Green+Blue) = 20+15+39=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #140F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F27 is #EBF0D8. Grayscale: #131313. Windows color (decimal): -15462617 or 2559764. OLE color: 2559764.

HSL color Cylindrical-coordinate representation of color #140F27: hue angle of 252.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #140F27 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB201539-
CMYK0.490.6200.85
HSL252.5º44.44%10.59%-
HSV(B)252.5º61.54%15.29%-
XYZ0.830.642-
YUV19.23139.16128.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 15 (6.25% from 255) = 20.27%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=27.03%
G=20.27%
B=52.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2015390.490.6200.85252.544.4410.59
Hex14F27313E055fc2cb
Octal241747617601253745413
Binary10100111110011111000111111001010101111111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F27; }

 p { color: rgb(20,15,39); }

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

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

 a { background-color: rgb(20,15,39); }

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

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

 span { border-color: rgb(20,15,39); }

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