Html Css Color HEX #153641 Blue Whale

📋 copy color: '#153641'

red 21 ◦ green 54 ◦ blue 65

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

Shades of Blue Whale #153641

Tints of Blue Whale #153641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.57%

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

R = 15%
G = 38.57%
B = 46.43%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#153641 (or 0x153641) is known color: Blue Whale. HEX triplet: 15, 36 and 41. RGB value is (21,54,65). Sum of RGB (Red+Green+Blue) = 21+54+65=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #153641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153641 is #EAC9BE. Grayscale: #2D2D2D. Windows color (decimal): -15387071 or 4273685. OLE color: 4273685.

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

Color convert

RGB 21 54 65 -
CMYK 0.68 0.17 0 0.75
HSL 195º 0.51% 0.17% -
HSV(B) 195º 0.68% 0.25% -
XYZ 2.58 3.18 5.48 -
YUV 45.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 21 54 65 0.68 0.17 0 0.75 195 0.51 0.17
Hex 15 36 41 44 11 0 4B C3 33 11
Octal 25 66 101 104 21 0 113 303 63 21
Binary 10101 110110 1000001 1000100 10001 0 1001011 11000011 110011 10001

Color Harmonies of #153641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153641

Black with #153641

Text Example


Text Example

White with #153641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153641; }

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

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

background-color css

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

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

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

border-color css

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

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

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