Html Css Color HEX #133249 Blue Whale

📋 copy color: '#133249'

red 19 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #133249

Tints of Blue Whale #133249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.21%

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

R = 13.38%
G = 35.21%
B = 51.41%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#133249 (or 0x133249) is known color: Blue Whale. HEX triplet: 13, 32 and 49. RGB value is (19,50,73). Sum of RGB (Red+Green+Blue) = 19+50+73=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #133249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133249 is #ECCDB6. Grayscale: #2B2B2B. Windows color (decimal): -15519159 or 4796947. OLE color: 4796947.

HSL color Cylindrical-coordinate representation of color #133249: hue angle of 205.56º 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 #133249 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 50 73 -
CMYK 0.74 0.32 0 0.71
HSL 205.56º 0.59% 0.18% -
HSV(B) 205.56º 0.74% 0.29% -
XYZ 2.61 2.9 6.73 -
YUV 43.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 19 50 73 0.74 0.32 0 0.71 205.56 0.59 0.18
Hex 13 32 49 4A 20 0 47 CE 3B 12
Octal 23 62 111 112 40 0 107 316 73 22
Binary 10011 110010 1001001 1001010 100000 0 1000111 11001110 111011 10010

Color Harmonies of #133249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133249

Black with #133249

Text Example


Text Example

White with #133249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133249; }

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

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

background-color css

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

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

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

border-color css

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

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

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