Html Css Color HEX #15304F Blue Whale

📋 copy color: '#15304F'

red 21 ◦ green 48 ◦ blue 79

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

Shades of Blue Whale #15304F

Tints of Blue Whale #15304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.43%

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

R = 14.19%
G = 32.43%
B = 53.38%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15304F (or 0x15304F) is known color: Blue Whale. HEX triplet: 15, 30 and 4F. RGB value is (21,48,79). Sum of RGB (Red+Green+Blue) = 21+48+79=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #15304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15304F is #EACFB0. Grayscale: #2B2B2B. Windows color (decimal): -15388593 or 5189653. OLE color: 5189653.

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

Color convert

RGB 21 48 79 -
CMYK 0.73 0.39 0 0.69
HSL 212.07º 0.58% 0.2% -
HSV(B) 212.07º 0.73% 0.31% -
XYZ 2.78 2.84 7.8 -
YUV 43.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 21 48 79 0.73 0.39 0 0.69 212.07 0.58 0.2
Hex 15 30 4F 49 27 0 45 D4 3A 14
Octal 25 60 117 111 47 0 105 324 72 24
Binary 10101 110000 1001111 1001001 100111 0 1000101 11010100 111010 10100

Color Harmonies of #15304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15304F

Black with #15304F

Text Example


Text Example

White with #15304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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