Html Css Color HEX #15354B Blue Whale

📋 copy color: '#15354B'

red 21 ◦ green 53 ◦ blue 75

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

Shades of Blue Whale #15354B

Tints of Blue Whale #15354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50.34%

R = 14.09%
G = 35.57%
B = 50.34%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15354B (or 0x15354B) is known color: Blue Whale. HEX triplet: 15, 35 and 4B. RGB value is (21,53,75). Sum of RGB (Red+Green+Blue) = 21+53+75=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #15354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15354B is #EACAB4. Grayscale: #2D2D2D. Windows color (decimal): -15387317 or 4928789. OLE color: 4928789.

HSL color Cylindrical-coordinate representation of color #15354B: hue angle of 204.44º 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 #15354B is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 53 75 -
CMYK 0.72 0.29 0 0.71
HSL 204.44º 0.56% 0.19% -
HSV(B) 204.44º 0.72% 0.29% -
XYZ 2.85 3.21 7.13 -
YUV 45.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 21 53 75 0.72 0.29 0 0.71 204.44 0.56 0.19
Hex 15 35 4B 48 1D 0 47 CC 38 13
Octal 25 65 113 110 35 0 107 314 70 23
Binary 10101 110101 1001011 1001000 11101 0 1000111 11001100 111000 10011

Color Harmonies of #15354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15354B

Black with #15354B

Text Example


Text Example

White with #15354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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