Html Css Color HEX #15354A Blue Whale

📋 copy color: '#15354A'

red 21 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #15354A

Tints of Blue Whale #15354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 50%

R = 14.19%
G = 35.81%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15354A (or 0x15354A) is known color: Blue Whale. HEX triplet: 15, 35 and 4A. RGB value is (21,53,74). Sum of RGB (Red+Green+Blue) = 21+53+74=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #15354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15354A is #EACAB5. Grayscale: #2D2D2D. Windows color (decimal): -15387318 or 4863253. OLE color: 4863253.

HSL color Cylindrical-coordinate representation of color #15354A: hue angle of 203.77º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15354A is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 53 74 -
CMYK 0.72 0.28 0 0.71
HSL 203.77º 0.56% 0.19% -
HSV(B) 203.77º 0.72% 0.29% -
XYZ 2.82 3.2 6.95 -
YUV 45.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 21 53 74 0.72 0.28 0 0.71 203.77 0.56 0.19
Hex 15 35 4A 48 1C 0 47 CC 38 13
Octal 25 65 112 110 34 0 107 314 70 23
Binary 10101 110101 1001010 1001000 11100 0 1000111 11001100 111000 10011

Color Harmonies of #15354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15354A

Black with #15354A

Text Example


Text Example

White with #15354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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