Html Css Color HEX #15314E Blue Whale

📋 copy color: '#15314E'

red 21 ◦ green 49 ◦ blue 78

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

Shades of Blue Whale #15314E

Tints of Blue Whale #15314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52.7%

R = 14.19%
G = 33.11%
B = 52.7%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15314E (or 0x15314E) is known color: Blue Whale. HEX triplet: 15, 31 and 4E. RGB value is (21,49,78). Sum of RGB (Red+Green+Blue) = 21+49+78=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #15314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15314E is #EACEB1. Grayscale: #2B2B2B. Windows color (decimal): -15388338 or 5124373. OLE color: 5124373.

HSL color Cylindrical-coordinate representation of color #15314E: hue angle of 210.53º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15314E is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 49 78 -
CMYK 0.73 0.37 0 0.69
HSL 210.53º 0.58% 0.19% -
HSV(B) 210.53º 0.73% 0.31% -
XYZ 2.78 2.91 7.62 -
YUV 43.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 21 49 78 0.73 0.37 0 0.69 210.53 0.58 0.19
Hex 15 31 4E 49 25 0 45 D3 3A 13
Octal 25 61 116 111 45 0 105 323 72 23
Binary 10101 110001 1001110 1001001 100101 0 1000101 11010011 111010 10011

Color Harmonies of #15314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15314E

Black with #15314E

Text Example


Text Example

White with #15314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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