Html Css Color HEX #15314F Blue Whale

📋 copy color: '#15314F'

red 21 ◦ green 49 ◦ blue 79

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

Shades of Blue Whale #15314F

Tints of Blue Whale #15314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 14.09%
G = 32.89%
B = 53.02%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15314F (or 0x15314F) is known color: Blue Whale. HEX triplet: 15, 31 and 4F. RGB value is (21,49,79). Sum of RGB (Red+Green+Blue) = 21+49+79=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #15314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15314F is #EACEB0. Grayscale: #2B2B2B. Windows color (decimal): -15388337 or 5189909. OLE color: 5189909.

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

Color convert

RGB 21 49 79 -
CMYK 0.73 0.38 0 0.69
HSL 211.03º 0.58% 0.2% -
HSV(B) 211.03º 0.73% 0.31% -
XYZ 2.82 2.92 7.81 -
YUV 44.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 21 49 79 0.73 0.38 0 0.69 211.03 0.58 0.2
Hex 15 31 4F 49 26 0 45 D3 3A 14
Octal 25 61 117 111 46 0 105 323 72 24
Binary 10101 110001 1001111 1001001 100110 0 1000101 11010011 111010 10100

Color Harmonies of #15314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15314F

Black with #15314F

Text Example


Text Example

White with #15314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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