Html Css Color HEX #133949 Blue Whale

📋 copy color: '#133949'

red 19 ◦ green 57 ◦ blue 73

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

Shades of Blue Whale #133949

Tints of Blue Whale #133949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.26%

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

R = 12.75%
G = 38.26%
B = 48.99%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#133949 (or 0x133949) is known color: Blue Whale. HEX triplet: 13, 39 and 49. RGB value is (19,57,73). Sum of RGB (Red+Green+Blue) = 19+57+73=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #133949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133949 is #ECC6B6. Grayscale: #2F2F2F. Windows color (decimal): -15517367 or 4798739. OLE color: 4798739.

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

Color convert

RGB 19 57 73 -
CMYK 0.74 0.22 0 0.71
HSL 197.78º 0.59% 0.18% -
HSV(B) 197.78º 0.74% 0.29% -
XYZ 2.93 3.55 6.83 -
YUV 47.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 19 57 73 0.74 0.22 0 0.71 197.78 0.59 0.18
Hex 13 39 49 4A 16 0 47 C6 3B 12
Octal 23 71 111 112 26 0 107 306 73 22
Binary 10011 111001 1001001 1001010 10110 0 1000111 11000110 111011 10010

Color Harmonies of #133949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133949

Black with #133949

Text Example


Text Example

White with #133949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133949; }

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

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

background-color css

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

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

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

border-color css

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

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

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