Html Css Color HEX #142F40 Blue Whale

📋 copy color: '#142F40'

red 20 ◦ green 47 ◦ blue 64

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

Shades of Blue Whale #142F40

Tints of Blue Whale #142F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.88%

 BLUE value IS 64 (25.39% from 255) = 48.85%

R = 15.27%
G = 35.88%
B = 48.85%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142F40 (or 0x142F40) is known color: Blue Whale. HEX triplet: 14, 2F and 40. RGB value is (20,47,64). Sum of RGB (Red+Green+Blue) = 20+47+64=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #142F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F40 is #EBD0BF. Grayscale: #282828. Windows color (decimal): -15454400 or 4206356. OLE color: 4206356.

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

Color convert

RGB 20 47 64 -
CMYK 0.69 0.27 0 0.75
HSL 203.18º 0.52% 0.16% -
HSV(B) 203.18º 0.69% 0.25% -
XYZ 2.23 2.55 5.23 -
YUV 40.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 20 47 64 0.69 0.27 0 0.75 203.18 0.52 0.16
Hex 14 2F 40 45 1B 0 4B CB 34 10
Octal 24 57 100 105 33 0 113 313 64 20
Binary 10100 101111 1000000 1000101 11011 0 1001011 11001011 110100 10000

Color Harmonies of #142F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F40

Black with #142F40

Text Example


Text Example

White with #142F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,64); }

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

background-color css

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

 a { background-color: rgb(20,47,64); }

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

border-color css

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

 span { border-color: rgb(20,47,64); }

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