#14073E

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

Shades of Tolopea #14073E

Tints of Tolopea #14073E

Color information

#14073E (or 0x14073E) is unknown color: approx Tolopea. HEX triplet: 14, 07 and 3E. RGB value is (20,7,62). Sum of RGB (Red+Green+Blue) = 20+7+62=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #14073E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14073E is #EBF8C1. Grayscale: #101010. Windows color (decimal): -15464642 or 4065044. OLE color: 4065044.

HSL color Cylindrical-coordinate representation of color #14073E: hue angle of 254.18º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14073E is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB20762-
CMYK0.680.8900.76
HSL254.18º79.71%13.53%-
HSV(B)254.18º88.71%24.31%-
XYZ1.230.654.62-
YUV17.16153.31130.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 62 (24.61% from 255) = 69.66%
R=22.47%
G=7.87%
B=69.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal207620.680.8900.76254.1879.7113.53
Hex1473E445904Cfe50e
Octal24776104131011437612016
Binary1010011111111010001001011001010011001111111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14073E; }

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

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

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

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

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

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

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

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