Html Css Color HEX #15334C Blue Whale

📋 copy color: '#15334C'

red 21 ◦ green 51 ◦ blue 76

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

Shades of Blue Whale #15334C

Tints of Blue Whale #15334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.46%

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

R = 14.19%
G = 34.46%
B = 51.35%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15334C (or 0x15334C) is known color: Blue Whale. HEX triplet: 15, 33 and 4C. RGB value is (21,51,76). Sum of RGB (Red+Green+Blue) = 21+51+76=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #15334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15334C is #EACCB3. Grayscale: #2C2C2C. Windows color (decimal): -15387828 or 4993813. OLE color: 4993813.

HSL color Cylindrical-coordinate representation of color #15334C: hue angle of 207.27º 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 #15334C is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 51 76 -
CMYK 0.72 0.33 0 0.70
HSL 207.27º 0.57% 0.19% -
HSV(B) 207.27º 0.72% 0.3% -
XYZ 2.8 3.05 7.28 -
YUV 44.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 21 51 76 0.72 0.33 0 0.70 207.27 0.57 0.19
Hex 15 33 4C 48 21 0 46 CF 39 13
Octal 25 63 114 110 41 0 106 317 71 23
Binary 10101 110011 1001100 1001000 100001 0 1000110 11001111 111001 10011

Color Harmonies of #15334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15334C

Black with #15334C

Text Example


Text Example

White with #15334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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