Html Css Color HEX #153448 Blue Whale

📋 copy color: '#153448'

red 21 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #153448

Tints of Blue Whale #153448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

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

R = 14.48%
G = 35.86%
B = 49.66%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153448 (or 0x153448) is known color: Blue Whale. HEX triplet: 15, 34 and 48. RGB value is (21,52,72). Sum of RGB (Red+Green+Blue) = 21+52+72=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #153448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153448 is #EACBB7. Grayscale: #2C2C2C. Windows color (decimal): -15387576 or 4731925. OLE color: 4731925.

HSL color Cylindrical-coordinate representation of color #153448: hue angle of 203.53º 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 #153448 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 52 72 -
CMYK 0.71 0.28 0 0.72
HSL 203.53º 0.55% 0.18% -
HSV(B) 203.53º 0.71% 0.28% -
XYZ 2.71 3.08 6.58 -
YUV 45.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 21 52 72 0.71 0.28 0 0.72 203.53 0.55 0.18
Hex 15 34 48 47 1C 0 48 CC 37 12
Octal 25 64 110 107 34 0 110 314 67 22
Binary 10101 110100 1001000 1000111 11100 0 1001000 11001100 110111 10010

Color Harmonies of #153448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153448

Black with #153448

Text Example


Text Example

White with #153448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153448; }

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

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

background-color css

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

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

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

border-color css

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

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

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