Html Css Color HEX #14293E Tangaroa

📋 copy color: '#14293E'

red 20 ◦ green 41 ◦ blue 62

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

Shades of Tangaroa #14293E

Tints of Tangaroa #14293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 50.41%

R = 16.26%
G = 33.33%
B = 50.41%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14293E (or 0x14293E) is known color: Tangaroa. HEX triplet: 14, 29 and 3E. RGB value is (20,41,62). Sum of RGB (Red+Green+Blue) = 20+41+62=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #14293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293E is #EBD6C1. Grayscale: #252525. Windows color (decimal): -15455938 or 4073748. OLE color: 4073748.

HSL color Cylindrical-coordinate representation of color #14293E: hue angle of 210º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14293E is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 41 62 -
CMYK 0.68 0.34 0 0.76
HSL 210º 0.51% 0.16% -
HSV(B) 210º 0.68% 0.24% -
XYZ 1.95 2.08 4.86 -
YUV 37.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 20 41 62 0.68 0.34 0 0.76 210 0.51 0.16
Hex 14 29 3E 44 22 0 4C D2 33 10
Octal 24 51 76 104 42 0 114 322 63 20
Binary 10100 101001 111110 1000100 100010 0 1001100 11010010 110011 10000

Color Harmonies of #14293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14293E

Black with #14293E

Text Example


Text Example

White with #14293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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