#140738

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

Shades of Tolopea #140738

Tints of Tolopea #140738

Color information

#140738 (or 0x140738) is unknown color: approx Tolopea. HEX triplet: 14, 07 and 38. RGB value is (20,7,56). Sum of RGB (Red+Green+Blue) = 20+7+56=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #140738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140738 is #EBF8C7. Grayscale: #101010. Windows color (decimal): -15464648 or 3671828. OLE color: 3671828.

HSL color Cylindrical-coordinate representation of color #140738: hue angle of 255.92º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140738 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB20756-
CMYK0.640.8800.78
HSL255.92º77.78%12.35%-
HSV(B)255.92º87.5%21.96%-
XYZ1.080.593.8-
YUV16.47150.31130.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 56 (22.27% from 255) = 67.47%
R=24.10%
G=8.43%
B=67.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal207560.640.8800.78255.9277.7812.35
Hex14738405804E1004ec
Octal24770100130011640011614
Binary10100111111000100000010110000100111010000000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140738; }

 p { color: rgb(20,7,56); }

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

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

 a { background-color: rgb(20,7,56); }

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

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

 span { border-color: rgb(20,7,56); }

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