Html Css Color HEX #133247 Blue Whale

📋 copy color: '#133247'

red 19 ◦ green 50 ◦ blue 71

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

Shades of Blue Whale #133247

Tints of Blue Whale #133247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

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

R = 13.57%
G = 35.71%
B = 50.71%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133247 (or 0x133247) is known color: Blue Whale. HEX triplet: 13, 32 and 47. RGB value is (19,50,71). Sum of RGB (Red+Green+Blue) = 19+50+71=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #133247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133247 is #ECCDB8. Grayscale: #2B2B2B. Windows color (decimal): -15519161 or 4665875. OLE color: 4665875.

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

Color convert

RGB 19 50 71 -
CMYK 0.73 0.30 0 0.72
HSL 204.23º 0.58% 0.18% -
HSV(B) 204.23º 0.73% 0.28% -
XYZ 2.55 2.87 6.38 -
YUV 43.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 19 50 71 0.73 0.30 0 0.72 204.23 0.58 0.18
Hex 13 32 47 49 1E 0 48 CC 3A 12
Octal 23 62 107 111 36 0 110 314 72 22
Binary 10011 110010 1000111 1001001 11110 0 1001000 11001100 111010 10010

Color Harmonies of #133247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133247

Black with #133247

Text Example


Text Example

White with #133247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133247; }

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

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

background-color css

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

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

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

border-color css

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

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

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