Html Css Color HEX #14263D Tangaroa

📋 copy color: '#14263D'

red 20 ◦ green 38 ◦ blue 61

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

Shades of Tangaroa #14263D

Tints of Tangaroa #14263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 16.81%
G = 31.93%
B = 51.26%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14263D (or 0x14263D) is known color: Tangaroa. HEX triplet: 14, 26 and 3D. RGB value is (20,38,61). Sum of RGB (Red+Green+Blue) = 20+38+61=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #14263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14263D is #EBD9C2. Grayscale: #232323. Windows color (decimal): -15456707 or 4007444. OLE color: 4007444.

HSL color Cylindrical-coordinate representation of color #14263D: hue angle of 213.66º degrees, saturation: 0.51, 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 #14263D is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 38 61 -
CMYK 0.67 0.38 0 0.76
HSL 213.66º 0.51% 0.16% -
HSV(B) 213.66º 0.67% 0.24% -
XYZ 1.82 1.87 4.68 -
YUV 35.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 20 38 61 0.67 0.38 0 0.76 213.66 0.51 0.16
Hex 14 26 3D 43 26 0 4C D6 33 10
Octal 24 46 75 103 46 0 114 326 63 20
Binary 10100 100110 111101 1000011 100110 0 1001100 11010110 110011 10000

Color Harmonies of #14263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14263D

Black with #14263D

Text Example


Text Example

White with #14263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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