Html Css Color HEX #133147 Blue Whale

📋 copy color: '#133147'

red 19 ◦ green 49 ◦ blue 71

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

Shades of Blue Whale #133147

Tints of Blue Whale #133147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.25%

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

R = 13.67%
G = 35.25%
B = 51.08%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133147 (or 0x133147) is known color: Blue Whale. HEX triplet: 13, 31 and 47. RGB value is (19,49,71). Sum of RGB (Red+Green+Blue) = 19+49+71=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #133147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133147 is #ECCEB8. Grayscale: #2A2A2A. Windows color (decimal): -15519417 or 4665619. OLE color: 4665619.

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

Color convert

RGB 19 49 71 -
CMYK 0.73 0.31 0 0.72
HSL 205.38º 0.58% 0.18% -
HSV(B) 205.38º 0.73% 0.28% -
XYZ 2.5 2.79 6.37 -
YUV 42.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 19 49 71 0.73 0.31 0 0.72 205.38 0.58 0.18
Hex 13 31 47 49 1F 0 48 CD 3A 12
Octal 23 61 107 111 37 0 110 315 72 22
Binary 10011 110001 1000111 1001001 11111 0 1001000 11001101 111010 10010

Color Harmonies of #133147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133147

Black with #133147

Text Example


Text Example

White with #133147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133147; }

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

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

background-color css

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

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

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

border-color css

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

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

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