Html Css Color HEX #142E3F Tangaroa

📋 copy color: '#142E3F'

red 20 ◦ green 46 ◦ blue 63

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

Shades of Tangaroa #142E3F

Tints of Tangaroa #142E3F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.66%

 BLUE value IS 63 (25% from 255) = 48.84%

R = 15.5%
G = 35.66%
B = 48.84%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142E3F (or 0x142E3F) is known color: Tangaroa. HEX triplet: 14, 2E and 3F. RGB value is (20,46,63). Sum of RGB (Red+Green+Blue) = 20+46+63=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #142E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E3F is #EBD1C0. Grayscale: #282828. Windows color (decimal): -15454657 or 4140564. OLE color: 4140564.

HSL color Cylindrical-coordinate representation of color #142E3F: hue angle of 203.72º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #142E3F is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 46 63 -
CMYK 0.68 0.27 0 0.75
HSL 203.72º 0.52% 0.16% -
HSV(B) 203.72º 0.68% 0.25% -
XYZ 2.16 2.46 5.06 -
YUV 40.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 20 46 63 0.68 0.27 0 0.75 203.72 0.52 0.16
Hex 14 2E 3F 44 1B 0 4B CC 34 10
Octal 24 56 77 104 33 0 113 314 64 20
Binary 10100 101110 111111 1000100 11011 0 1001011 11001100 110100 10000

Color Harmonies of #142E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E3F

Black with #142E3F

Text Example


Text Example

White with #142E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142E3F; }

 p { color: rgb(20,46,63); }

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

background-color css

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

 a { background-color: rgb(20,46,63); }

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

border-color css

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

 span { border-color: rgb(20,46,63); }

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