Html Css Color HEX #153040 Blue Whale

📋 copy color: '#153040'

red 21 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #153040

Tints of Blue Whale #153040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

 BLUE value IS 64 (25.39% from 255) = 48.12%

R = 15.79%
G = 36.09%
B = 48.12%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153040 (or 0x153040) is known color: Blue Whale. HEX triplet: 15, 30 and 40. RGB value is (21,48,64). Sum of RGB (Red+Green+Blue) = 21+48+64=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #153040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153040 is #EACFBF. Grayscale: #292929. Windows color (decimal): -15388608 or 4206613. OLE color: 4206613.

HSL color Cylindrical-coordinate representation of color #153040: hue angle of 202.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153040 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 48 64 -
CMYK 0.67 0.25 0 0.75
HSL 202.33º 0.51% 0.17% -
HSV(B) 202.33º 0.67% 0.25% -
XYZ 2.29 2.64 5.24 -
YUV 41.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 21 48 64 0.67 0.25 0 0.75 202.33 0.51 0.17
Hex 15 30 40 43 19 0 4B CA 33 11
Octal 25 60 100 103 31 0 113 312 63 21
Binary 10101 110000 1000000 1000011 11001 0 1001011 11001010 110011 10001

Color Harmonies of #153040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153040

Black with #153040

Text Example


Text Example

White with #153040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153040; }

 p { color: rgb(21,48,64); }

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

background-color css

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

 a { background-color: rgb(21,48,64); }

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

border-color css

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

 span { border-color: rgb(21,48,64); }

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