Html Css Color HEX #133849 Blue Whale

📋 copy color: '#133849'

red 19 ◦ green 56 ◦ blue 73

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

Shades of Blue Whale #133849

Tints of Blue Whale #133849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.84%

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

R = 12.84%
G = 37.84%
B = 49.32%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#133849 (or 0x133849) is known color: Blue Whale. HEX triplet: 13, 38 and 49. RGB value is (19,56,73). Sum of RGB (Red+Green+Blue) = 19+56+73=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #133849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133849 is #ECC7B6. Grayscale: #2E2E2E. Windows color (decimal): -15517623 or 4798483. OLE color: 4798483.

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

Color convert

RGB 19 56 73 -
CMYK 0.74 0.23 0 0.71
HSL 198.89º 0.59% 0.18% -
HSV(B) 198.89º 0.74% 0.29% -
XYZ 2.89 3.45 6.82 -
YUV 46.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 19 56 73 0.74 0.23 0 0.71 198.89 0.59 0.18
Hex 13 38 49 4A 17 0 47 C7 3B 12
Octal 23 70 111 112 27 0 107 307 73 22
Binary 10011 111000 1001001 1001010 10111 0 1000111 11000111 111011 10010

Color Harmonies of #133849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133849

Black with #133849

Text Example


Text Example

White with #133849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133849; }

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

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

background-color css

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

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

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

border-color css

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

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

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