Html Css Color HEX #153246 Blue Whale

📋 copy color: '#153246'

red 21 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #153246

Tints of Blue Whale #153246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 49.65%

R = 14.89%
G = 35.46%
B = 49.65%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153246 (or 0x153246) is known color: Blue Whale. HEX triplet: 15, 32 and 46. RGB value is (21,50,70). Sum of RGB (Red+Green+Blue) = 21+50+70=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #153246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153246 is #EACDB9. Grayscale: #2B2B2B. Windows color (decimal): -15388090 or 4600341. OLE color: 4600341.

HSL color Cylindrical-coordinate representation of color #153246: hue angle of 204.49º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153246 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 50 70 -
CMYK 0.70 0.29 0 0.73
HSL 204.49º 0.54% 0.18% -
HSV(B) 204.49º 0.7% 0.27% -
XYZ 2.56 2.88 6.22 -
YUV 43.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 21 50 70 0.70 0.29 0 0.73 204.49 0.54 0.18
Hex 15 32 46 46 1D 0 49 CC 36 12
Octal 25 62 106 106 35 0 111 314 66 22
Binary 10101 110010 1000110 1000110 11101 0 1001001 11001100 110110 10010

Color Harmonies of #153246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153246

Black with #153246

Text Example


Text Example

White with #153246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153246; }

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

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

background-color css

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

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

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

border-color css

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

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

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