Html Css Color HEX #142538 Tangaroa

📋 copy color: '#142538'

red 20 ◦ green 37 ◦ blue 56

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

Shades of Tangaroa #142538

Tints of Tangaroa #142538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.74%

 BLUE value IS 56 (22.27% from 255) = 49.56%

R = 17.7%
G = 32.74%
B = 49.56%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142538 (or 0x142538) is known color: Tangaroa. HEX triplet: 14, 25 and 38. RGB value is (20,37,56). Sum of RGB (Red+Green+Blue) = 20+37+56=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #142538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142538 is #EBDAC7. Grayscale: #212121. Windows color (decimal): -15456968 or 3679508. OLE color: 3679508.

HSL color Cylindrical-coordinate representation of color #142538: hue angle of 211.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142538 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 37 56 -
CMYK 0.64 0.34 0 0.78
HSL 211.67º 0.47% 0.15% -
HSV(B) 211.67º 0.64% 0.22% -
XYZ 1.66 1.76 3.99 -
YUV 34.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 20 37 56 0.64 0.34 0 0.78 211.67 0.47 0.15
Hex 14 25 38 40 22 0 4E D4 2F F
Octal 24 45 70 100 42 0 116 324 57 17
Binary 10100 100101 111000 1000000 100010 0 1001110 11010100 101111 1111

Color Harmonies of #142538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142538

Black with #142538

Text Example


Text Example

White with #142538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142538; }

 p { color: rgb(20,37,56); }

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

background-color css

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

 a { background-color: rgb(20,37,56); }

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

border-color css

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

 span { border-color: rgb(20,37,56); }

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