Html Css Color HEX #15344E Blue Whale

📋 copy color: '#15344E'

red 21 ◦ green 52 ◦ blue 78

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

Shades of Blue Whale #15344E

Tints of Blue Whale #15344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 13.91%
G = 34.44%
B = 51.66%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15344E (or 0x15344E) is known color: Blue Whale. HEX triplet: 15, 34 and 4E. RGB value is (21,52,78). Sum of RGB (Red+Green+Blue) = 21+52+78=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #15344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15344E is #EACBB1. Grayscale: #2D2D2D. Windows color (decimal): -15387570 or 5125141. OLE color: 5125141.

HSL color Cylindrical-coordinate representation of color #15344E: hue angle of 207.37º 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 #15344E is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 52 78 -
CMYK 0.73 0.33 0 0.69
HSL 207.37º 0.58% 0.19% -
HSV(B) 207.37º 0.73% 0.31% -
XYZ 2.91 3.17 7.67 -
YUV 45.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 21 52 78 0.73 0.33 0 0.69 207.37 0.58 0.19
Hex 15 34 4E 49 21 0 45 CF 3A 13
Octal 25 64 116 111 41 0 105 317 72 23
Binary 10101 110100 1001110 1001001 100001 0 1000101 11001111 111010 10011

Color Harmonies of #15344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15344E

Black with #15344E

Text Example


Text Example

White with #15344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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