Html Css Color HEX #14293F Tangaroa

📋 copy color: '#14293F'

red 20 ◦ green 41 ◦ blue 63

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

Shades of Tangaroa #14293F

Tints of Tangaroa #14293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.81%

R = 16.13%
G = 33.06%
B = 50.81%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#14293F (or 0x14293F) is known color: Tangaroa. HEX triplet: 14, 29 and 3F. RGB value is (20,41,63). Sum of RGB (Red+Green+Blue) = 20+41+63=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #14293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293F is #EBD6C0. Grayscale: #252525. Windows color (decimal): -15455937 or 4139284. OLE color: 4139284.

HSL color Cylindrical-coordinate representation of color #14293F: hue angle of 210.7º 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 #14293F is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 41 63 -
CMYK 0.68 0.35 0 0.75
HSL 210.7º 0.52% 0.16% -
HSV(B) 210.7º 0.68% 0.25% -
XYZ 1.98 2.09 5 -
YUV 37.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 20 41 63 0.68 0.35 0 0.75 210.7 0.52 0.16
Hex 14 29 3F 44 23 0 4B D3 34 10
Octal 24 51 77 104 43 0 113 323 64 20
Binary 10100 101001 111111 1000100 100011 0 1001011 11010011 110100 10000

Color Harmonies of #14293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14293F

Black with #14293F

Text Example


Text Example

White with #14293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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