Html Css Color HEX #153050 Blue Whale

📋 copy color: '#153050'

red 21 ◦ green 48 ◦ blue 80

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

Shades of Blue Whale #153050

Tints of Blue Whale #153050

RGB

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

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

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

R = 14.09%
G = 32.21%
B = 53.69%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#153050 (or 0x153050) is known color: Blue Whale. HEX triplet: 15, 30 and 50. RGB value is (21,48,80). Sum of RGB (Red+Green+Blue) = 21+48+80=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 48 (19.14% from 255 or 32.21% 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 #153050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153050 is #EACFAF. Grayscale: #2B2B2B. Windows color (decimal): -15388592 or 5255189. OLE color: 5255189.

HSL color Cylindrical-coordinate representation of color #153050: hue angle of 212.54º 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 #153050 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 48 80 -
CMYK 0.74 0.40 0 0.69
HSL 212.54º 0.58% 0.2% -
HSV(B) 212.54º 0.74% 0.31% -
XYZ 2.81 2.85 7.99 -
YUV 43.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 21 48 80 0.74 0.40 0 0.69 212.54 0.58 0.2
Hex 15 30 50 4A 28 0 45 D5 3A 14
Octal 25 60 120 112 50 0 105 325 72 24
Binary 10101 110000 1010000 1001010 101000 0 1000101 11010101 111010 10100

Color Harmonies of #153050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153050

Black with #153050

Text Example


Text Example

White with #153050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153050; }

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

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

background-color css

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

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

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

border-color css

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

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

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