Html Css Color HEX #142938 Tangaroa

📋 copy color: '#142938'

red 20 ◦ green 41 ◦ blue 56

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

Shades of Tangaroa #142938

Tints of Tangaroa #142938

RGB

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

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

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

R = 17.09%
G = 35.04%
B = 47.86%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142938 (or 0x142938) is known color: Tangaroa. HEX triplet: 14, 29 and 38. RGB value is (20,41,56). Sum of RGB (Red+Green+Blue) = 20+41+56=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #142938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142938 is #EBD6C7. Grayscale: #242424. Windows color (decimal): -15455944 or 3680532. OLE color: 3680532.

HSL color Cylindrical-coordinate representation of color #142938: hue angle of 205º 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 #142938 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 41 56 -
CMYK 0.64 0.27 0 0.78
HSL 205º 0.47% 0.15% -
HSV(B) 205º 0.64% 0.22% -
XYZ 1.8 2.02 4.04 -
YUV 36.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 20 41 56 0.64 0.27 0 0.78 205 0.47 0.15
Hex 14 29 38 40 1B 0 4E CD 2F F
Octal 24 51 70 100 33 0 116 315 57 17
Binary 10100 101001 111000 1000000 11011 0 1001110 11001101 101111 1111

Color Harmonies of #142938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142938

Black with #142938

Text Example


Text Example

White with #142938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142938; }

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

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

background-color css

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

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

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

border-color css

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

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

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