Html Css Color HEX #133542 Blue Whale

📋 copy color: '#133542'

red 19 ◦ green 53 ◦ blue 66

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

Shades of Blue Whale #133542

Tints of Blue Whale #133542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.41%

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

R = 13.77%
G = 38.41%
B = 47.83%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133542 (or 0x133542) is known color: Blue Whale. HEX triplet: 13, 35 and 42. RGB value is (19,53,66). Sum of RGB (Red+Green+Blue) = 19+53+66=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #133542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133542 is #ECCABD. Grayscale: #2C2C2C. Windows color (decimal): -15518398 or 4338963. OLE color: 4338963.

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

Color convert

RGB 19 53 66 -
CMYK 0.71 0.20 0 0.74
HSL 196.6º 0.55% 0.17% -
HSV(B) 196.6º 0.71% 0.26% -
XYZ 2.53 3.08 5.62 -
YUV 44.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 19 53 66 0.71 0.20 0 0.74 196.6 0.55 0.17
Hex 13 35 42 47 14 0 4A C5 37 11
Octal 23 65 102 107 24 0 112 305 67 21
Binary 10011 110101 1000010 1000111 10100 0 1001010 11000101 110111 10001

Color Harmonies of #133542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133542

Black with #133542

Text Example


Text Example

White with #133542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133542; }

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

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

background-color css

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

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

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

border-color css

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

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

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