Html Css Color HEX #133040 Blue Whale

📋 copy color: '#133040'

red 19 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #133040

Tints of Blue Whale #133040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.64%

 BLUE value IS 64 (25.39% from 255) = 48.85%

R = 14.5%
G = 36.64%
B = 48.85%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133040 (or 0x133040) is known color: Blue Whale. HEX triplet: 13, 30 and 40. RGB value is (19,48,64). Sum of RGB (Red+Green+Blue) = 19+48+64=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #133040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133040 is #ECCFBF. Grayscale: #292929. Windows color (decimal): -15519680 or 4206611. OLE color: 4206611.

HSL color Cylindrical-coordinate representation of color #133040: hue angle of 201.33º 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 #133040 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 48 64 -
CMYK 0.70 0.25 0 0.75
HSL 201.33º 0.54% 0.16% -
HSV(B) 201.33º 0.7% 0.25% -
XYZ 2.25 2.62 5.24 -
YUV 41.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 19 48 64 0.70 0.25 0 0.75 201.33 0.54 0.16
Hex 13 30 40 46 19 0 4B C9 36 10
Octal 23 60 100 106 31 0 113 311 66 20
Binary 10011 110000 1000000 1000110 11001 0 1001011 11001001 110110 10000

Color Harmonies of #133040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133040

Black with #133040

Text Example


Text Example

White with #133040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133040; }

 p { color: rgb(19,48,64); }

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

background-color css

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

 a { background-color: rgb(19,48,64); }

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

border-color css

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

 span { border-color: rgb(19,48,64); }

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