Html Css Color HEX #143249 Blue Whale

📋 copy color: '#143249'

red 20 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #143249

Tints of Blue Whale #143249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 73 (28.91% from 255) = 51.05%

R = 13.99%
G = 34.97%
B = 51.05%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143249 (or 0x143249) is known color: Blue Whale. HEX triplet: 14, 32 and 49. RGB value is (20,50,73). Sum of RGB (Red+Green+Blue) = 20+50+73=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #143249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143249 is #EBCDB6. Grayscale: #2B2B2B. Windows color (decimal): -15453623 or 4796948. OLE color: 4796948.

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

Color convert

RGB 20 50 73 -
CMYK 0.73 0.32 0 0.71
HSL 206.04º 0.57% 0.18% -
HSV(B) 206.04º 0.73% 0.29% -
XYZ 2.63 2.91 6.73 -
YUV 43.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 20 50 73 0.73 0.32 0 0.71 206.04 0.57 0.18
Hex 14 32 49 49 20 0 47 CE 39 12
Octal 24 62 111 111 40 0 107 316 71 22
Binary 10100 110010 1001001 1001001 100000 0 1000111 11001110 111001 10010

Color Harmonies of #143249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143249

Black with #143249

Text Example


Text Example

White with #143249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143249; }

 p { color: rgb(20,50,73); }

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

background-color css

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

 a { background-color: rgb(20,50,73); }

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

border-color css

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

 span { border-color: rgb(20,50,73); }

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