Html Css Color HEX #133744 Blue Whale

📋 copy color: '#133744'

red 19 ◦ green 55 ◦ blue 68

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

Shades of Blue Whale #133744

Tints of Blue Whale #133744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

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

R = 13.38%
G = 38.73%
B = 47.89%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133744 (or 0x133744) is known color: Blue Whale. HEX triplet: 13, 37 and 44. RGB value is (19,55,68). Sum of RGB (Red+Green+Blue) = 19+55+68=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #133744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133744 is #ECC8BB. Grayscale: #2D2D2D. Windows color (decimal): -15517884 or 4470547. OLE color: 4470547.

HSL color Cylindrical-coordinate representation of color #133744: hue angle of 195.92º 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 #133744 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 55 68 -
CMYK 0.72 0.19 0 0.73
HSL 195.92º 0.56% 0.17% -
HSV(B) 195.92º 0.72% 0.27% -
XYZ 2.68 3.29 5.96 -
YUV 45.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 19 55 68 0.72 0.19 0 0.73 195.92 0.56 0.17
Hex 13 37 44 48 13 0 49 C4 38 11
Octal 23 67 104 110 23 0 111 304 70 21
Binary 10011 110111 1000100 1001000 10011 0 1001001 11000100 111000 10001

Color Harmonies of #133744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133744

Black with #133744

Text Example


Text Example

White with #133744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133744; }

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

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

background-color css

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

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

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

border-color css

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

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

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