Html Css Color HEX #14263C Tangaroa

📋 copy color: '#14263C'

red 20 ◦ green 38 ◦ blue 60

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

Shades of Tangaroa #14263C

Tints of Tangaroa #14263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.2%

 BLUE value IS 60 (23.83% from 255) = 50.85%

R = 16.95%
G = 32.2%
B = 50.85%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14263C (or 0x14263C) is known color: Tangaroa. HEX triplet: 14, 26 and 3C. RGB value is (20,38,60). Sum of RGB (Red+Green+Blue) = 20+38+60=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #14263C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14263C is #EBD9C3. Grayscale: #232323. Windows color (decimal): -15456708 or 3941908. OLE color: 3941908.

HSL color Cylindrical-coordinate representation of color #14263C: hue angle of 213º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14263C is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 38 60 -
CMYK 0.67 0.37 0 0.76
HSL 213º 0.5% 0.16% -
HSV(B) 213º 0.67% 0.24% -
XYZ 1.8 1.86 4.54 -
YUV 35.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 20 38 60 0.67 0.37 0 0.76 213 0.5 0.16
Hex 14 26 3C 43 25 0 4C D5 32 10
Octal 24 46 74 103 45 0 114 325 62 20
Binary 10100 100110 111100 1000011 100101 0 1001100 11010101 110010 10000

Color Harmonies of #14263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14263C

Black with #14263C

Text Example


Text Example

White with #14263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14263C; }

 p { color: rgb(20,38,60); }

 H1.HeaderClassName
 {
   color: #14263C;
 }
 .AnyTagClassName
 {
   color: #14263C;
 }
</style>

background-color css

<style>
 a { background-color: #14263C; }

 a { background-color: rgb(20,38,60); }

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

border-color css

<style>
 span { border-color: #14263C; }

 span { border-color: rgb(20,38,60); }

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