Html Css Color HEX #153150 Blue Whale

📋 copy color: '#153150'

red 21 ◦ green 49 ◦ blue 80

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

Shades of Blue Whale #153150

Tints of Blue Whale #153150

RGB

 RED value IS 21 (8.59% from 255) = 14%

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

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

R = 14%
G = 32.67%
B = 53.33%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#153150 (or 0x153150) is known color: Blue Whale. HEX triplet: 15, 31 and 50. RGB value is (21,49,80). Sum of RGB (Red+Green+Blue) = 21+49+80=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #153150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153150 is #EACEAF. Grayscale: #2C2C2C. Windows color (decimal): -15388336 or 5255445. OLE color: 5255445.

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

Color convert

RGB 21 49 80 -
CMYK 0.74 0.39 0 0.69
HSL 211.53º 0.58% 0.2% -
HSV(B) 211.53º 0.74% 0.31% -
XYZ 2.86 2.94 8.01 -
YUV 44.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 21 49 80 0.74 0.39 0 0.69 211.53 0.58 0.2
Hex 15 31 50 4A 27 0 45 D4 3A 14
Octal 25 61 120 112 47 0 105 324 72 24
Binary 10101 110001 1010000 1001010 100111 0 1000101 11010100 111010 10100

Color Harmonies of #153150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153150

Black with #153150

Text Example


Text Example

White with #153150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153150; }

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

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

background-color css

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

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

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

border-color css

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

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

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