#143150

Color #143150 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #143150

Tints of Blue Whale #143150

Color information

#143150 (or 0x143150) is unknown color: approx 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

RGB204980-
CMYK0.750.3900.69
HSL211º60%19.61%-
HSV(B)211º75%31.37%-
XYZ2.832.928-
YUV43.86148.39110.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2049800.750.3900.692116019.61
Hex1431504B27045d33c14
Octal24611201134701053237424
Binary1010011000110100001001011100111010001011101001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>