#14063C

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

Shades of Tolopea #14063C

Tints of Tolopea #14063C

Color information

#14063C (or 0x14063C) is unknown color: approx Tolopea. HEX triplet: 14, 06 and 3C. RGB value is (20,6,60). Sum of RGB (Red+Green+Blue) = 20+6+60=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #14063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14063C is #EBF9C3. Grayscale: #101010. Windows color (decimal): -15464900 or 3933716. OLE color: 3933716.

HSL color Cylindrical-coordinate representation of color #14063C: hue angle of 255.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14063C is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB20660-
CMYK0.670.9000.76
HSL255.56º81.82%12.94%-
HSV(B)255.56º90%23.53%-
XYZ1.170.614.33-
YUV16.34152.64130.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 60 (23.83% from 255) = 69.77%
R=23.26%
G=6.98%
B=69.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal206600.670.9000.76255.5681.8212.94
Hex1463C435A04C10052d
Octal24674103132011440012215
Binary10100110111100100001110110100100110010000000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14063C; }

 p { color: rgb(20,6,60); }

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

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

 a { background-color: rgb(20,6,60); }

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

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

 span { border-color: rgb(20,6,60); }

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