Html Css Color HEX #13313F Blue Whale

📋 copy color: '#13313F'

red 19 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #13313F

Tints of Blue Whale #13313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 48.09%

R = 14.5%
G = 37.4%
B = 48.09%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13313F (or 0x13313F) is known color: Blue Whale. HEX triplet: 13, 31 and 3F. RGB value is (19,49,63). Sum of RGB (Red+Green+Blue) = 19+49+63=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #13313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313F is #ECCEC0. Grayscale: #292929. Windows color (decimal): -15519425 or 4141331. OLE color: 4141331.

HSL color Cylindrical-coordinate representation of color #13313F: hue angle of 199.09º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13313F is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 49 63 -
CMYK 0.70 0.22 0 0.75
HSL 199.09º 0.54% 0.16% -
HSV(B) 199.09º 0.7% 0.25% -
XYZ 2.26 2.69 5.1 -
YUV 41.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 19 49 63 0.70 0.22 0 0.75 199.09 0.54 0.16
Hex 13 31 3F 46 16 0 4B C7 36 10
Octal 23 61 77 106 26 0 113 307 66 20
Binary 10011 110001 111111 1000110 10110 0 1001011 11000111 110110 10000

Color Harmonies of #13313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13313F

Black with #13313F

Text Example


Text Example

White with #13313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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