Html Css Color HEX #153245 Blue Whale

📋 copy color: '#153245'

red 21 ◦ green 50 ◦ blue 69

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

Shades of Blue Whale #153245

Tints of Blue Whale #153245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 49.29%

R = 15%
G = 35.71%
B = 49.29%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153245 (or 0x153245) is known color: Blue Whale. HEX triplet: 15, 32 and 45. RGB value is (21,50,69). Sum of RGB (Red+Green+Blue) = 21+50+69=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #153245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153245 is #EACDBA. Grayscale: #2B2B2B. Windows color (decimal): -15388091 or 4534805. OLE color: 4534805.

HSL color Cylindrical-coordinate representation of color #153245: hue angle of 203.75º degrees, saturation: 0.53, 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 #153245 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 50 69 -
CMYK 0.70 0.28 0 0.73
HSL 203.75º 0.53% 0.18% -
HSV(B) 203.75º 0.7% 0.27% -
XYZ 2.52 2.87 6.05 -
YUV 43.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 21 50 69 0.70 0.28 0 0.73 203.75 0.53 0.18
Hex 15 32 45 46 1C 0 49 CC 35 12
Octal 25 62 105 106 34 0 111 314 65 22
Binary 10101 110010 1000101 1000110 11100 0 1001001 11001100 110101 10010

Color Harmonies of #153245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153245

Black with #153245

Text Example


Text Example

White with #153245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153245; }

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

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

background-color css

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

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

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

border-color css

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

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

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