Html Css Color HEX #153248 Blue Whale

📋 copy color: '#153248'

red 21 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #153248

Tints of Blue Whale #153248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 72 (28.52% from 255) = 50.35%

R = 14.69%
G = 34.97%
B = 50.35%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153248 (or 0x153248) is known color: Blue Whale. HEX triplet: 15, 32 and 48. RGB value is (21,50,72). Sum of RGB (Red+Green+Blue) = 21+50+72=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #153248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153248 is #EACDB7. Grayscale: #2B2B2B. Windows color (decimal): -15388088 or 4731413. OLE color: 4731413.

HSL color Cylindrical-coordinate representation of color #153248: hue angle of 205.88º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153248 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 50 72 -
CMYK 0.71 0.31 0 0.72
HSL 205.88º 0.55% 0.18% -
HSV(B) 205.88º 0.71% 0.28% -
XYZ 2.62 2.91 6.55 -
YUV 43.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 21 50 72 0.71 0.31 0 0.72 205.88 0.55 0.18
Hex 15 32 48 47 1F 0 48 CE 37 12
Octal 25 62 110 107 37 0 110 316 67 22
Binary 10101 110010 1001000 1000111 11111 0 1001000 11001110 110111 10010

Color Harmonies of #153248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153248

Black with #153248

Text Example


Text Example

White with #153248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153248; }

 p { color: rgb(21,50,72); }

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

background-color css

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

 a { background-color: rgb(21,50,72); }

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

border-color css

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

 span { border-color: rgb(21,50,72); }

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