#14283F

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

Shades of Tangaroa #14283F

Tints of Tangaroa #14283F

Color information

#14283F (or 0x14283F) is unknown color: approx Tangaroa. HEX triplet: 14, 28 and 3F. RGB value is (20,40,63). Sum of RGB (Red+Green+Blue) = 20+40+63=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #14283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14283F is #EBD7C0. Grayscale: #242424. Windows color (decimal): -15456193 or 4139028. OLE color: 4139028.

HSL color Cylindrical-coordinate representation of color #14283F: hue angle of 212.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14283F is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB204063-
CMYK0.680.3700.75
HSL212.09º51.81%16.27%-
HSV(B)212.09º68.25%24.71%-
XYZ1.942.034.99-
YUV36.64142.87116.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 63 (25% from 255) = 51.22%
R=16.26%
G=32.52%
B=51.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2040630.680.3700.75212.0951.8116.27
Hex14283F442504Bd43410
Octal2450771044501133246420
Binary101001010001111111000100100101010010111101010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14283F; }

 p { color: rgb(20,40,63); }

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

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

 a { background-color: rgb(20,40,63); }

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

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

 span { border-color: rgb(20,40,63); }

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