Html Css Color HEX #133449 Blue Whale

📋 copy color: '#133449'

red 19 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #133449

Tints of Blue Whale #133449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

 BLUE value IS 73 (28.91% from 255) = 50.69%

R = 13.19%
G = 36.11%
B = 50.69%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#133449 (or 0x133449) is known color: Blue Whale. HEX triplet: 13, 34 and 49. RGB value is (19,52,73). Sum of RGB (Red+Green+Blue) = 19+52+73=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #133449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133449 is #ECCBB6. Grayscale: #2C2C2C. Windows color (decimal): -15518647 or 4797459. OLE color: 4797459.

HSL color Cylindrical-coordinate representation of color #133449: hue angle of 203.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133449 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 52 73 -
CMYK 0.74 0.29 0 0.71
HSL 203.33º 0.59% 0.18% -
HSV(B) 203.33º 0.74% 0.29% -
XYZ 2.7 3.08 6.75 -
YUV 44.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 19 52 73 0.74 0.29 0 0.71 203.33 0.59 0.18
Hex 13 34 49 4A 1D 0 47 CB 3B 12
Octal 23 64 111 112 35 0 107 313 73 22
Binary 10011 110100 1001001 1001010 11101 0 1000111 11001011 111011 10010

Color Harmonies of #133449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133449

Black with #133449

Text Example


Text Example

White with #133449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133449; }

 p { color: rgb(19,52,73); }

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

background-color css

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

 a { background-color: rgb(19,52,73); }

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

border-color css

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

 span { border-color: rgb(19,52,73); }

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