Html Css Color HEX #153141 Blue Whale

📋 copy color: '#153141'

red 21 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #153141

Tints of Blue Whale #153141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.3%

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

R = 15.56%
G = 36.3%
B = 48.15%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153141 (or 0x153141) is known color: Blue Whale. HEX triplet: 15, 31 and 41. RGB value is (21,49,65). Sum of RGB (Red+Green+Blue) = 21+49+65=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #153141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153141 is #EACEBE. Grayscale: #2A2A2A. Windows color (decimal): -15388351 or 4272405. OLE color: 4272405.

HSL color Cylindrical-coordinate representation of color #153141: hue angle of 201.82º 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 #153141 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 49 65 -
CMYK 0.68 0.25 0 0.75
HSL 201.82º 0.51% 0.17% -
HSV(B) 201.82º 0.68% 0.25% -
XYZ 2.36 2.74 5.4 -
YUV 42.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 21 49 65 0.68 0.25 0 0.75 201.82 0.51 0.17
Hex 15 31 41 44 19 0 4B CA 33 11
Octal 25 61 101 104 31 0 113 312 63 21
Binary 10101 110001 1000001 1000100 11001 0 1001011 11001010 110011 10001

Color Harmonies of #153141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153141

Black with #153141

Text Example


Text Example

White with #153141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153141; }

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

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

background-color css

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

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

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

border-color css

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

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

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