Html Css Color HEX #142F42 Blue Whale

📋 copy color: '#142F42'

red 20 ◦ green 47 ◦ blue 66

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

Shades of Blue Whale #142F42

Tints of Blue Whale #142F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 49.62%

R = 15.04%
G = 35.34%
B = 49.62%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#142F42 (or 0x142F42) is known color: Blue Whale. HEX triplet: 14, 2F and 42. RGB value is (20,47,66). Sum of RGB (Red+Green+Blue) = 20+47+66=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #142F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F42 is #EBD0BD. Grayscale: #282828. Windows color (decimal): -15454398 or 4337428. OLE color: 4337428.

HSL color Cylindrical-coordinate representation of color #142F42: hue angle of 204.78º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #142F42 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 47 66 -
CMYK 0.70 0.29 0 0.74
HSL 204.78º 0.53% 0.17% -
HSV(B) 204.78º 0.7% 0.26% -
XYZ 2.29 2.58 5.53 -
YUV 41.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 20 47 66 0.70 0.29 0 0.74 204.78 0.53 0.17
Hex 14 2F 42 46 1D 0 4A CD 35 11
Octal 24 57 102 106 35 0 112 315 65 21
Binary 10100 101111 1000010 1000110 11101 0 1001010 11001101 110101 10001

Color Harmonies of #142F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F42

Black with #142F42

Text Example


Text Example

White with #142F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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