Html Css Color HEX #15334D Blue Whale

📋 copy color: '#15334D'

red 21 ◦ green 51 ◦ blue 77

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

Shades of Blue Whale #15334D

Tints of Blue Whale #15334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 51.68%

R = 14.09%
G = 34.23%
B = 51.68%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15334D (or 0x15334D) is known color: Blue Whale. HEX triplet: 15, 33 and 4D. RGB value is (21,51,77). Sum of RGB (Red+Green+Blue) = 21+51+77=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #15334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15334D is #EACCB2. Grayscale: #2C2C2C. Windows color (decimal): -15387827 or 5059349. OLE color: 5059349.

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

Color convert

RGB 21 51 77 -
CMYK 0.73 0.34 0 0.70
HSL 207.86º 0.57% 0.19% -
HSV(B) 207.86º 0.73% 0.3% -
XYZ 2.83 3.06 7.46 -
YUV 44.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 21 51 77 0.73 0.34 0 0.70 207.86 0.57 0.19
Hex 15 33 4D 49 22 0 46 D0 39 13
Octal 25 63 115 111 42 0 106 320 71 23
Binary 10101 110011 1001101 1001001 100010 0 1000110 11010000 111001 10011

Color Harmonies of #15334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15334D

Black with #15334D

Text Example


Text Example

White with #15334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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