#14283B

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

Shades of Tangaroa #14283B

Tints of Tangaroa #14283B

Color information

#14283B (or 0x14283B) is unknown color: approx Tangaroa. HEX triplet: 14, 28 and 3B. RGB value is (20,40,59). Sum of RGB (Red+Green+Blue) = 20+40+59=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #14283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14283B is #EBD7C4. Grayscale: #242424. Windows color (decimal): -15456197 or 3876884. OLE color: 3876884.

HSL color Cylindrical-coordinate representation of color #14283B: hue angle of 209.23º 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 #14283B is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB204059-
CMYK0.660.3200.77
HSL209.23º49.37%15.49%-
HSV(B)209.23º66.1%23.14%-
XYZ1.841.984.42-
YUV36.19140.87116.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 59 (23.44% from 255) = 49.58%
R=16.81%
G=33.61%
B=49.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2040590.660.3200.77209.2349.3715.49
Hex14283B422004Dd131f
Octal2450731024001153216117
Binary10100101000111011100001010000001001101110100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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