Html Css Color HEX #13314D Blue Whale

📋 copy color: '#13314D'

red 19 ◦ green 49 ◦ blue 77

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

Shades of Blue Whale #13314D

Tints of Blue Whale #13314D

RGB

 RED value IS 19 (7.81% from 255) = 13.1%

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

 BLUE value IS 77 (30.47% from 255) = 53.1%

R = 13.1%
G = 33.79%
B = 53.1%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13314D (or 0x13314D) is known color: Blue Whale. HEX triplet: 13, 31 and 4D. RGB value is (19,49,77). Sum of RGB (Red+Green+Blue) = 19+49+77=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #13314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13314D is #ECCEB2. Grayscale: #2B2B2B. Windows color (decimal): -15519411 or 5058835. OLE color: 5058835.

HSL color Cylindrical-coordinate representation of color #13314D: hue angle of 208.97º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13314D is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 49 77 -
CMYK 0.75 0.36 0 0.70
HSL 208.97º 0.6% 0.19% -
HSV(B) 208.97º 0.75% 0.3% -
XYZ 2.71 2.87 7.43 -
YUV 43.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 19 49 77 0.75 0.36 0 0.70 208.97 0.6 0.19
Hex 13 31 4D 4B 24 0 46 D1 3C 13
Octal 23 61 115 113 44 0 106 321 74 23
Binary 10011 110001 1001101 1001011 100100 0 1000110 11010001 111100 10011

Color Harmonies of #13314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13314D

Black with #13314D

Text Example


Text Example

White with #13314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,49,77); }

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

background-color css

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

 a { background-color: rgb(19,49,77); }

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

border-color css

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

 span { border-color: rgb(19,49,77); }

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