Html Css Color HEX #153541 Blue Whale

📋 copy color: '#153541'

red 21 ◦ green 53 ◦ blue 65

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

Shades of Blue Whale #153541

Tints of Blue Whale #153541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.13%

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 15.11%
G = 38.13%
B = 46.76%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153541 (or 0x153541) is known color: Blue Whale. HEX triplet: 15, 35 and 41. RGB value is (21,53,65). Sum of RGB (Red+Green+Blue) = 21+53+65=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #153541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153541 is #EACABE. Grayscale: #2C2C2C. Windows color (decimal): -15387327 or 4273429. OLE color: 4273429.

HSL color Cylindrical-coordinate representation of color #153541: hue angle of 196.36º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153541 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 53 65 -
CMYK 0.68 0.18 0 0.75
HSL 196.36º 0.51% 0.17% -
HSV(B) 196.36º 0.68% 0.25% -
XYZ 2.54 3.09 5.46 -
YUV 44.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 21 53 65 0.68 0.18 0 0.75 196.36 0.51 0.17
Hex 15 35 41 44 12 0 4B C4 33 11
Octal 25 65 101 104 22 0 113 304 63 21
Binary 10101 110101 1000001 1000100 10010 0 1001011 11000100 110011 10001

Color Harmonies of #153541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153541

Black with #153541

Text Example


Text Example

White with #153541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153541; }

 p { color: rgb(21,53,65); }

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

background-color css

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

 a { background-color: rgb(21,53,65); }

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

border-color css

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

 span { border-color: rgb(21,53,65); }

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