Html Css Color HEX #15313D Blue Whale

📋 copy color: '#15313D'

red 21 ◦ green 49 ◦ blue 61

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

Shades of Blue Whale #15313D

Tints of Blue Whale #15313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.56%

R = 16.03%
G = 37.4%
B = 46.56%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15313D (or 0x15313D) is known color: Blue Whale. HEX triplet: 15, 31 and 3D. RGB value is (21,49,61). Sum of RGB (Red+Green+Blue) = 21+49+61=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #15313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313D is #EACEC2. Grayscale: #292929. Windows color (decimal): -15388355 or 4010261. OLE color: 4010261.

HSL color Cylindrical-coordinate representation of color #15313D: hue angle of 198º 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 #15313D is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 49 61 -
CMYK 0.66 0.20 0 0.76
HSL 198º 0.49% 0.16% -
HSV(B) 198º 0.66% 0.24% -
XYZ 2.25 2.69 4.82 -
YUV 42 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 21 49 61 0.66 0.20 0 0.76 198 0.49 0.16
Hex 15 31 3D 42 14 0 4C C6 31 10
Octal 25 61 75 102 24 0 114 306 61 20
Binary 10101 110001 111101 1000010 10100 0 1001100 11000110 110001 10000

Color Harmonies of #15313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15313D

Black with #15313D

Text Example


Text Example

White with #15313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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