#140438

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

Shades of Tolopea #140438

Tints of Tolopea #140438

Color information

#140438 (or 0x140438) is unknown color: approx Tolopea. HEX triplet: 14, 04 and 38. RGB value is (20,4,56). Sum of RGB (Red+Green+Blue) = 20+4+56=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #140438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140438 is #EBFBC7. Grayscale: #0E0E0E. Windows color (decimal): -15465416 or 3671060. OLE color: 3671060.

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

Color convert

RGB20456-
CMYK0.640.9300.78
HSL258.46º86.67%11.76%-
HSV(B)258.46º92.86%21.96%-
XYZ1.050.523.79-
YUV14.71151.3131.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 56 (22.27% from 255) = 70%
R=25%
G=5%
B=70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal204560.640.9300.78258.4686.6711.76
Hex14438405D04E10257c
Octal24470100135011640212714
Binary10100100111000100000010111010100111010000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140438; }

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

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

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

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

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

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

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

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