Html Css Color HEX #13313E Blue Whale

📋 copy color: '#13313E'

red 19 ◦ green 49 ◦ blue 62

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

Shades of Blue Whale #13313E

Tints of Blue Whale #13313E

RGB

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

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

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

R = 14.62%
G = 37.69%
B = 47.69%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13313E (or 0x13313E) is known color: Blue Whale. HEX triplet: 13, 31 and 3E. RGB value is (19,49,62). Sum of RGB (Red+Green+Blue) = 19+49+62=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 62 - color contains mainly: blue. Hex color #13313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313E is #ECCEC1. Grayscale: #292929. Windows color (decimal): -15519426 or 4075795. OLE color: 4075795.

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

Color convert

RGB 19 49 62 -
CMYK 0.69 0.21 0 0.76
HSL 198.14º 0.53% 0.16% -
HSV(B) 198.14º 0.69% 0.24% -
XYZ 2.24 2.68 4.96 -
YUV 41.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 19 49 62 0.69 0.21 0 0.76 198.14 0.53 0.16
Hex 13 31 3E 45 15 0 4C C6 35 10
Octal 23 61 76 105 25 0 114 306 65 20
Binary 10011 110001 111110 1000101 10101 0 1001100 11000110 110101 10000

Color Harmonies of #13313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13313E

Black with #13313E

Text Example


Text Example

White with #13313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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