#14273B

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

Shades of Tangaroa #14273B

Tints of Tangaroa #14273B

Color information

#14273B (or 0x14273B) is unknown color: approx Tangaroa. HEX triplet: 14, 27 and 3B. RGB value is (20,39,59). Sum of RGB (Red+Green+Blue) = 20+39+59=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #14273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14273B is #EBD8C4. Grayscale: #232323. Windows color (decimal): -15456453 or 3876628. OLE color: 3876628.

HSL color Cylindrical-coordinate representation of color #14273B: hue angle of 210.77º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14273B is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB203959-
CMYK0.660.3400.77
HSL210.77º49.37%15.49%-
HSV(B)210.77º66.1%23.14%-
XYZ1.81.924.41-
YUV35.6141.21116.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 59 (23.44% from 255) = 50%
R=16.95%
G=33.05%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2039590.660.3400.77210.7749.3715.49
Hex14273B422204Dd331f
Octal2447731024201153236117
Binary10100100111111011100001010001001001101110100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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