Html Css Color HEX #153045 Blue Whale

📋 copy color: '#153045'

red 21 ◦ green 48 ◦ blue 69

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

Shades of Blue Whale #153045

Tints of Blue Whale #153045

RGB

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

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

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

R = 15.22%
G = 34.78%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#153045 (or 0x153045) is known color: Blue Whale. HEX triplet: 15, 30 and 45. RGB value is (21,48,69). Sum of RGB (Red+Green+Blue) = 21+48+69=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #153045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153045 is #EACFBA. Grayscale: #2A2A2A. Windows color (decimal): -15388603 or 4534293. OLE color: 4534293.

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

Color convert

RGB 21 48 69 -
CMYK 0.70 0.30 0 0.73
HSL 206.25º 0.53% 0.18% -
HSV(B) 206.25º 0.7% 0.27% -
XYZ 2.44 2.7 6.02 -
YUV 42.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 21 48 69 0.70 0.30 0 0.73 206.25 0.53 0.18
Hex 15 30 45 46 1E 0 49 CE 35 12
Octal 25 60 105 106 36 0 111 316 65 22
Binary 10101 110000 1000101 1000110 11110 0 1001001 11001110 110101 10010

Color Harmonies of #153045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153045

Black with #153045

Text Example


Text Example

White with #153045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153045; }

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

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

background-color css

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

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

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

border-color css

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

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

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