Html Css Color HEX #143446 Blue Whale

📋 copy color: '#143446'

red 20 ◦ green 52 ◦ blue 70

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

Shades of Blue Whale #143446

Tints of Blue Whale #143446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.62%

 BLUE value IS 70 (27.73% from 255) = 49.3%

R = 14.08%
G = 36.62%
B = 49.3%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143446 (or 0x143446) is known color: Blue Whale. HEX triplet: 14, 34 and 46. RGB value is (20,52,70). Sum of RGB (Red+Green+Blue) = 20+52+70=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #143446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143446 is #EBCBB9. Grayscale: #2C2C2C. Windows color (decimal): -15453114 or 4600852. OLE color: 4600852.

HSL color Cylindrical-coordinate representation of color #143446: hue angle of 201.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143446 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 52 70 -
CMYK 0.71 0.26 0 0.73
HSL 201.6º 0.56% 0.18% -
HSV(B) 201.6º 0.71% 0.27% -
XYZ 2.62 3.05 6.24 -
YUV 44.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 20 52 70 0.71 0.26 0 0.73 201.6 0.56 0.18
Hex 14 34 46 47 1A 0 49 CA 38 12
Octal 24 64 106 107 32 0 111 312 70 22
Binary 10100 110100 1000110 1000111 11010 0 1001001 11001010 111000 10010

Color Harmonies of #143446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143446

Black with #143446

Text Example


Text Example

White with #143446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143446; }

 p { color: rgb(20,52,70); }

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

background-color css

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

 a { background-color: rgb(20,52,70); }

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

border-color css

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

 span { border-color: rgb(20,52,70); }

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