Html Css Color HEX #142539 Tangaroa

📋 copy color: '#142539'

red 20 ◦ green 37 ◦ blue 57

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

Shades of Tangaroa #142539

Tints of Tangaroa #142539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50%

R = 17.54%
G = 32.46%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142539 (or 0x142539) is known color: Tangaroa. HEX triplet: 14, 25 and 39. RGB value is (20,37,57). Sum of RGB (Red+Green+Blue) = 20+37+57=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #142539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142539 is #EBDAC6. Grayscale: #222222. Windows color (decimal): -15456967 or 3745044. OLE color: 3745044.

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

Color convert

RGB 20 37 57 -
CMYK 0.65 0.35 0 0.78
HSL 212.43º 0.48% 0.15% -
HSV(B) 212.43º 0.65% 0.22% -
XYZ 1.69 1.77 4.12 -
YUV 34.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 20 37 57 0.65 0.35 0 0.78 212.43 0.48 0.15
Hex 14 25 39 41 23 0 4E D4 30 F
Octal 24 45 71 101 43 0 116 324 60 17
Binary 10100 100101 111001 1000001 100011 0 1001110 11010100 110000 1111

Color Harmonies of #142539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142539

Black with #142539

Text Example


Text Example

White with #142539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142539; }

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

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

background-color css

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

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

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

border-color css

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

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

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