Html Css Color HEX #15354C Blue Whale

📋 copy color: '#15354C'

red 21 ◦ green 53 ◦ blue 76

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

Shades of Blue Whale #15354C

Tints of Blue Whale #15354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50.67%

R = 14%
G = 35.33%
B = 50.67%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15354C (or 0x15354C) is known color: Blue Whale. HEX triplet: 15, 35 and 4C. RGB value is (21,53,76). Sum of RGB (Red+Green+Blue) = 21+53+76=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #15354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15354C is #EACAB3. Grayscale: #2D2D2D. Windows color (decimal): -15387316 or 4994325. OLE color: 4994325.

HSL color Cylindrical-coordinate representation of color #15354C: hue angle of 205.09º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15354C is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 53 76 -
CMYK 0.72 0.30 0 0.70
HSL 205.09º 0.57% 0.19% -
HSV(B) 205.09º 0.72% 0.3% -
XYZ 2.89 3.23 7.31 -
YUV 46.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 21 53 76 0.72 0.30 0 0.70 205.09 0.57 0.19
Hex 15 35 4C 48 1E 0 46 CD 39 13
Octal 25 65 114 110 36 0 106 315 71 23
Binary 10101 110101 1001100 1001000 11110 0 1000110 11001101 111001 10011

Color Harmonies of #15354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15354C

Black with #15354C

Text Example


Text Example

White with #15354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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