Html Css Color HEX #133544 Blue Whale

📋 copy color: '#133544'

red 19 ◦ green 53 ◦ blue 68

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

Shades of Blue Whale #133544

Tints of Blue Whale #133544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.57%

R = 13.57%
G = 37.86%
B = 48.57%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133544 (or 0x133544) is known color: Blue Whale. HEX triplet: 13, 35 and 44. RGB value is (19,53,68). Sum of RGB (Red+Green+Blue) = 19+53+68=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #133544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133544 is #ECCABB. Grayscale: #2C2C2C. Windows color (decimal): -15518396 or 4470035. OLE color: 4470035.

HSL color Cylindrical-coordinate representation of color #133544: hue angle of 198.37º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133544 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 53 68 -
CMYK 0.72 0.22 0 0.73
HSL 198.37º 0.56% 0.17% -
HSV(B) 198.37º 0.72% 0.27% -
XYZ 2.59 3.1 5.93 -
YUV 44.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 19 53 68 0.72 0.22 0 0.73 198.37 0.56 0.17
Hex 13 35 44 48 16 0 49 C6 38 11
Octal 23 65 104 110 26 0 111 306 70 21
Binary 10011 110101 1000100 1001000 10110 0 1001001 11000110 111000 10001

Color Harmonies of #133544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133544

Black with #133544

Text Example


Text Example

White with #133544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133544; }

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

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

background-color css

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

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

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

border-color css

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

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

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