Html Css Color HEX #14293A Tangaroa

📋 copy color: '#14293A'

red 20 ◦ green 41 ◦ blue 58

#14293A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #14293A

Tints of Tangaroa #14293A

RGB

 RED value IS 20 (8.2% from 255) = 16.81%

 GREEN value IS 41 (16.41% from 255) = 34.45%

 BLUE value IS 58 (23.05% from 255) = 48.74%

R = 16.81%
G = 34.45%
B = 48.74%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14293A (or 0x14293A) is known color: Tangaroa. HEX triplet: 14, 29 and 3A. RGB value is (20,41,58). Sum of RGB (Red+Green+Blue) = 20+41+58=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #14293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293A is #EBD6C5. Grayscale: #242424. Windows color (decimal): -15455942 or 3811604. OLE color: 3811604.

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

Color convert

RGB 20 41 58 -
CMYK 0.66 0.29 0 0.77
HSL 206.84º 0.49% 0.15% -
HSV(B) 206.84º 0.66% 0.23% -
XYZ 1.85 2.04 4.3 -
YUV 36.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 20 41 58 0.66 0.29 0 0.77 206.84 0.49 0.15
Hex 14 29 3A 42 1D 0 4D CF 31 F
Octal 24 51 72 102 35 0 115 317 61 17
Binary 10100 101001 111010 1000010 11101 0 1001101 11001111 110001 1111

Color Harmonies of #14293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14293A

Black with #14293A

Text Example


Text Example

White with #14293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14293A; }

 p { color: rgb(20,41,58); }

 H1.HeaderClassName
 {
   color: #14293A;
 }
 .AnyTagClassName
 {
   color: #14293A;
 }
</style>

background-color css

<style>
 a { background-color: #14293A; }

 a { background-color: rgb(20,41,58); }

 div.DivClassName
 {
   background-color: #14293A;
 }
 .BgClassName
 {
   background-color: #14293A;
 }
</style>

border-color css

<style>
 span { border-color: #14293A; }

 span { border-color: rgb(20,41,58); }

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