Html Css Color HEX #133442 Blue Whale

📋 copy color: '#133442'

red 19 ◦ green 52 ◦ blue 66

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

Shades of Blue Whale #133442

Tints of Blue Whale #133442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 48.18%

R = 13.87%
G = 37.96%
B = 48.18%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133442 (or 0x133442) is known color: Blue Whale. HEX triplet: 13, 34 and 42. RGB value is (19,52,66). Sum of RGB (Red+Green+Blue) = 19+52+66=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 66 - color contains mainly: blue. Hex color #133442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133442 is #ECCBBD. Grayscale: #2B2B2B. Windows color (decimal): -15518654 or 4338707. OLE color: 4338707.

HSL color Cylindrical-coordinate representation of color #133442: hue angle of 197.87º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133442 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 52 66 -
CMYK 0.71 0.21 0 0.74
HSL 197.87º 0.55% 0.17% -
HSV(B) 197.87º 0.71% 0.26% -
XYZ 2.48 2.99 5.6 -
YUV 43.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 19 52 66 0.71 0.21 0 0.74 197.87 0.55 0.17
Hex 13 34 42 47 15 0 4A C6 37 11
Octal 23 64 102 107 25 0 112 306 67 21
Binary 10011 110100 1000010 1000111 10101 0 1001010 11000110 110111 10001

Color Harmonies of #133442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133442

Black with #133442

Text Example


Text Example

White with #133442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133442; }

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

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

background-color css

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

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

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

border-color css

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

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

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