#14273C

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

Shades of Tangaroa #14273C

Tints of Tangaroa #14273C

Color information

#14273C (or 0x14273C) is unknown color: approx Tangaroa. HEX triplet: 14, 27 and 3C. RGB value is (20,39,60). Sum of RGB (Red+Green+Blue) = 20+39+60=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #14273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14273C is #EBD8C3. Grayscale: #232323. Windows color (decimal): -15456452 or 3942164. OLE color: 3942164.

HSL color Cylindrical-coordinate representation of color #14273C: hue angle of 211.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14273C is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB203960-
CMYK0.670.3500.76
HSL211.5º50%15.69%-
HSV(B)211.5º66.67%23.53%-
XYZ1.831.934.55-
YUV35.71141.71116.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 60 (23.83% from 255) = 50.42%
R=16.81%
G=32.77%
B=50.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2039600.670.3500.76211.55015.69
Hex14273C432304Cd43210
Octal2447741034301143246220
Binary101001001111111001000011100011010011001101010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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