Html Css Color HEX #15314C Blue Whale

📋 copy color: '#15314C'

red 21 ◦ green 49 ◦ blue 76

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

Shades of Blue Whale #15314C

Tints of Blue Whale #15314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.56%

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

R = 14.38%
G = 33.56%
B = 52.05%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15314C (or 0x15314C) is known color: Blue Whale. HEX triplet: 15, 31 and 4C. RGB value is (21,49,76). Sum of RGB (Red+Green+Blue) = 21+49+76=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #15314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15314C is #EACEB3. Grayscale: #2B2B2B. Windows color (decimal): -15388340 or 4993301. OLE color: 4993301.

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

Color convert

RGB 21 49 76 -
CMYK 0.72 0.36 0 0.70
HSL 209.45º 0.57% 0.19% -
HSV(B) 209.45º 0.72% 0.3% -
XYZ 2.71 2.88 7.25 -
YUV 43.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 21 49 76 0.72 0.36 0 0.70 209.45 0.57 0.19
Hex 15 31 4C 48 24 0 46 D1 39 13
Octal 25 61 114 110 44 0 106 321 71 23
Binary 10101 110001 1001100 1001000 100100 0 1000110 11010001 111001 10011

Color Harmonies of #15314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15314C

Black with #15314C

Text Example


Text Example

White with #15314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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