Html Css Color HEX #15313E Blue Whale

📋 copy color: '#15313E'

red 21 ◦ green 49 ◦ blue 62

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

Shades of Blue Whale #15313E

Tints of Blue Whale #15313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 46.97%

R = 15.91%
G = 37.12%
B = 46.97%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15313E (or 0x15313E) is known color: Blue Whale. HEX triplet: 15, 31 and 3E. RGB value is (21,49,62). Sum of RGB (Red+Green+Blue) = 21+49+62=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #15313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313E is #EACEC1. Grayscale: #2A2A2A. Windows color (decimal): -15388354 or 4075797. OLE color: 4075797.

HSL color Cylindrical-coordinate representation of color #15313E: hue angle of 199.02º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15313E is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 49 62 -
CMYK 0.66 0.21 0 0.76
HSL 199.02º 0.49% 0.16% -
HSV(B) 199.02º 0.66% 0.24% -
XYZ 2.28 2.7 4.96 -
YUV 42.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 21 49 62 0.66 0.21 0 0.76 199.02 0.49 0.16
Hex 15 31 3E 42 15 0 4C C7 31 10
Octal 25 61 76 102 25 0 114 307 61 20
Binary 10101 110001 111110 1000010 10101 0 1001100 11000111 110001 10000

Color Harmonies of #15313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15313E

Black with #15313E

Text Example


Text Example

White with #15313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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