Html Css Color HEX #15313B Blue Whale

📋 copy color: '#15313B'

red 21 ◦ green 49 ◦ blue 59

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

Shades of Blue Whale #15313B

Tints of Blue Whale #15313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.74%

R = 16.28%
G = 37.98%
B = 45.74%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15313B (or 0x15313B) is known color: Blue Whale. HEX triplet: 15, 31 and 3B. RGB value is (21,49,59). Sum of RGB (Red+Green+Blue) = 21+49+59=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #15313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313B is #EACEC4. Grayscale: #292929. Windows color (decimal): -15388357 or 3879189. OLE color: 3879189.

HSL color Cylindrical-coordinate representation of color #15313B: hue angle of 195.79º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15313B is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 49 59 -
CMYK 0.64 0.17 0 0.77
HSL 195.79º 0.48% 0.16% -
HSV(B) 195.79º 0.64% 0.23% -
XYZ 2.2 2.67 4.54 -
YUV 41.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 21 49 59 0.64 0.17 0 0.77 195.79 0.48 0.16
Hex 15 31 3B 40 11 0 4D C4 30 10
Octal 25 61 73 100 21 0 115 304 60 20
Binary 10101 110001 111011 1000000 10001 0 1001101 11000100 110000 10000

Color Harmonies of #15313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15313B

Black with #15313B

Text Example


Text Example

White with #15313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15313B; }

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

 H1.HeaderClassName
 {
   color: #15313B;
 }
 .AnyTagClassName
 {
   color: #15313B;
 }
</style>

background-color css

<style>
 a { background-color: #15313B; }

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

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

border-color css

<style>
 span { border-color: #15313B; }

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

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