Html Css Color HEX #153041 Blue Whale

📋 copy color: '#153041'

red 21 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #153041

Tints of Blue Whale #153041

RGB

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

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

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

R = 15.67%
G = 35.82%
B = 48.51%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153041 (or 0x153041) is known color: Blue Whale. HEX triplet: 15, 30 and 41. RGB value is (21,48,65). Sum of RGB (Red+Green+Blue) = 21+48+65=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #153041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153041 is #EACFBE. Grayscale: #292929. Windows color (decimal): -15388607 or 4272149. OLE color: 4272149.

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

Color convert

RGB 21 48 65 -
CMYK 0.68 0.26 0 0.75
HSL 203.18º 0.51% 0.17% -
HSV(B) 203.18º 0.68% 0.25% -
XYZ 2.32 2.65 5.39 -
YUV 41.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 21 48 65 0.68 0.26 0 0.75 203.18 0.51 0.17
Hex 15 30 41 44 1A 0 4B CB 33 11
Octal 25 60 101 104 32 0 113 313 63 21
Binary 10101 110000 1000001 1000100 11010 0 1001011 11001011 110011 10001

Color Harmonies of #153041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153041

Black with #153041

Text Example


Text Example

White with #153041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153041; }

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

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

background-color css

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

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

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

border-color css

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

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

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