Html Css Color HEX #143150 Blue Whale

📋 copy color: '#143150'

red 20 ◦ green 49 ◦ blue 80

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

Shades of Blue Whale #143150

Tints of Blue Whale #143150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 13.42%
G = 32.89%
B = 53.69%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#143150 (or 0x143150) is known color: Blue Whale. HEX triplet: 14, 31 and 50. RGB value is (20,49,80). Sum of RGB (Red+Green+Blue) = 20+49+80=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #143150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143150 is #EBCEAF. Grayscale: #2B2B2B. Windows color (decimal): -15453872 or 5255444. OLE color: 5255444.

HSL color Cylindrical-coordinate representation of color #143150: hue angle of 211º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143150 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 49 80 -
CMYK 0.75 0.39 0 0.69
HSL 211º 0.6% 0.2% -
HSV(B) 211º 0.75% 0.31% -
XYZ 2.83 2.92 8 -
YUV 43.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 20 49 80 0.75 0.39 0 0.69 211 0.6 0.2
Hex 14 31 50 4B 27 0 45 D3 3C 14
Octal 24 61 120 113 47 0 105 323 74 24
Binary 10100 110001 1010000 1001011 100111 0 1000101 11010011 111100 10100

Color Harmonies of #143150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143150

Black with #143150

Text Example


Text Example

White with #143150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143150; }

 p { color: rgb(20,49,80); }

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

background-color css

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

 a { background-color: rgb(20,49,80); }

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

border-color css

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

 span { border-color: rgb(20,49,80); }

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