Html Css Color HEX #133647 Blue Whale

📋 copy color: '#133647'

red 19 ◦ green 54 ◦ blue 71

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

Shades of Blue Whale #133647

Tints of Blue Whale #133647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.5%

 BLUE value IS 71 (28.13% from 255) = 49.31%

R = 13.19%
G = 37.5%
B = 49.31%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133647 (or 0x133647) is known color: Blue Whale. HEX triplet: 13, 36 and 47. RGB value is (19,54,71). Sum of RGB (Red+Green+Blue) = 19+54+71=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #133647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133647 is #ECC9B8. Grayscale: #2D2D2D. Windows color (decimal): -15518137 or 4666899. OLE color: 4666899.

HSL color Cylindrical-coordinate representation of color #133647: hue angle of 199.62º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133647 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 54 71 -
CMYK 0.73 0.24 0 0.72
HSL 199.62º 0.58% 0.18% -
HSV(B) 199.62º 0.73% 0.28% -
XYZ 2.73 3.23 6.44 -
YUV 45.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 19 54 71 0.73 0.24 0 0.72 199.62 0.58 0.18
Hex 13 36 47 49 18 0 48 C8 3A 12
Octal 23 66 107 111 30 0 110 310 72 22
Binary 10011 110110 1000111 1001001 11000 0 1001000 11001000 111010 10010

Color Harmonies of #133647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133647

Black with #133647

Text Example


Text Example

White with #133647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133647; }

 p { color: rgb(19,54,71); }

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

background-color css

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

 a { background-color: rgb(19,54,71); }

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

border-color css

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

 span { border-color: rgb(19,54,71); }

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