Html Css Color HEX #133947 Blue Whale

📋 copy color: '#133947'

red 19 ◦ green 57 ◦ blue 71

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

Shades of Blue Whale #133947

Tints of Blue Whale #133947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.78%

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

R = 12.93%
G = 38.78%
B = 48.3%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133947 (or 0x133947) is known color: Blue Whale. HEX triplet: 13, 39 and 47. RGB value is (19,57,71). Sum of RGB (Red+Green+Blue) = 19+57+71=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #133947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133947 is #ECC6B8. Grayscale: #2F2F2F. Windows color (decimal): -15517369 or 4667667. OLE color: 4667667.

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

Color convert

RGB 19 57 71 -
CMYK 0.73 0.20 0 0.72
HSL 196.15º 0.58% 0.18% -
HSV(B) 196.15º 0.73% 0.28% -
XYZ 2.87 3.52 6.49 -
YUV 47.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 19 57 71 0.73 0.20 0 0.72 196.15 0.58 0.18
Hex 13 39 47 49 14 0 48 C4 3A 12
Octal 23 71 107 111 24 0 110 304 72 22
Binary 10011 111001 1000111 1001001 10100 0 1001000 11000100 111010 10010

Color Harmonies of #133947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133947

Black with #133947

Text Example


Text Example

White with #133947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133947; }

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

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

background-color css

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

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

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

border-color css

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

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

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