Html Css Color HEX #153441 Blue Whale

📋 copy color: '#153441'

red 21 ◦ green 52 ◦ blue 65

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

Shades of Blue Whale #153441

Tints of Blue Whale #153441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 15.22%
G = 37.68%
B = 47.1%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153441 (or 0x153441) is known color: Blue Whale. HEX triplet: 15, 34 and 41. RGB value is (21,52,65). Sum of RGB (Red+Green+Blue) = 21+52+65=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #153441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153441 is #EACBBE. Grayscale: #2C2C2C. Windows color (decimal): -15387583 or 4273173. OLE color: 4273173.

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

Color convert

RGB 21 52 65 -
CMYK 0.68 0.20 0 0.75
HSL 197.73º 0.51% 0.17% -
HSV(B) 197.73º 0.68% 0.25% -
XYZ 2.49 3 5.45 -
YUV 44.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 21 52 65 0.68 0.20 0 0.75 197.73 0.51 0.17
Hex 15 34 41 44 14 0 4B C6 33 11
Octal 25 64 101 104 24 0 113 306 63 21
Binary 10101 110100 1000001 1000100 10100 0 1001011 11000110 110011 10001

Color Harmonies of #153441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153441

Black with #153441

Text Example


Text Example

White with #153441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153441; }

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

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

background-color css

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

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

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

border-color css

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

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

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