Html Css Color HEX #143447 Blue Whale

📋 copy color: '#143447'

red 20 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #143447

Tints of Blue Whale #143447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 13.99%
G = 36.36%
B = 49.65%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143447 (or 0x143447) is known color: Blue Whale. HEX triplet: 14, 34 and 47. RGB value is (20,52,71). Sum of RGB (Red+Green+Blue) = 20+52+71=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #143447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143447 is #EBCBB8. Grayscale: #2C2C2C. Windows color (decimal): -15453113 or 4666388. OLE color: 4666388.

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

Color convert

RGB 20 52 71 -
CMYK 0.72 0.27 0 0.72
HSL 202.35º 0.56% 0.18% -
HSV(B) 202.35º 0.72% 0.28% -
XYZ 2.65 3.06 6.41 -
YUV 44.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 20 52 71 0.72 0.27 0 0.72 202.35 0.56 0.18
Hex 14 34 47 48 1B 0 48 CA 38 12
Octal 24 64 107 110 33 0 110 312 70 22
Binary 10100 110100 1000111 1001000 11011 0 1001000 11001010 111000 10010

Color Harmonies of #143447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143447

Black with #143447

Text Example


Text Example

White with #143447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143447; }

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

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

background-color css

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

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

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

border-color css

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

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

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