Html Css Color HEX #133447 Blue Whale

📋 copy color: '#133447'

red 19 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #133447

Tints of Blue Whale #133447

RGB

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

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

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

R = 13.38%
G = 36.62%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133447 (or 0x133447) is known color: Blue Whale. HEX triplet: 13, 34 and 47. RGB value is (19,52,71). Sum of RGB (Red+Green+Blue) = 19+52+71=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #133447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133447 is #ECCBB8. Grayscale: #2C2C2C. Windows color (decimal): -15518649 or 4666387. OLE color: 4666387.

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

Color convert

RGB 19 52 71 -
CMYK 0.73 0.27 0 0.72
HSL 201.92º 0.58% 0.18% -
HSV(B) 201.92º 0.73% 0.28% -
XYZ 2.63 3.05 6.41 -
YUV 44.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 19 52 71 0.73 0.27 0 0.72 201.92 0.58 0.18
Hex 13 34 47 49 1B 0 48 CA 3A 12
Octal 23 64 107 111 33 0 110 312 72 22
Binary 10011 110100 1000111 1001001 11011 0 1001000 11001010 111010 10010

Color Harmonies of #133447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133447

Black with #133447

Text Example


Text Example

White with #133447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133447; }

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

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

background-color css

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

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

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

border-color css

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

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

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