Html Css Color HEX #133847 Blue Whale

📋 copy color: '#133847'

red 19 ◦ green 56 ◦ blue 71

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

Shades of Blue Whale #133847

Tints of Blue Whale #133847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

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

R = 13.01%
G = 38.36%
B = 48.63%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133847 (or 0x133847) is known color: Blue Whale. HEX triplet: 13, 38 and 47. RGB value is (19,56,71). Sum of RGB (Red+Green+Blue) = 19+56+71=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #133847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133847 is #ECC7B8. Grayscale: #2E2E2E. Windows color (decimal): -15517625 or 4667411. OLE color: 4667411.

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

Color convert

RGB 19 56 71 -
CMYK 0.73 0.21 0 0.72
HSL 197.31º 0.58% 0.18% -
HSV(B) 197.31º 0.73% 0.28% -
XYZ 2.82 3.42 6.47 -
YUV 46.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 19 56 71 0.73 0.21 0 0.72 197.31 0.58 0.18
Hex 13 38 47 49 15 0 48 C5 3A 12
Octal 23 70 107 111 25 0 110 305 72 22
Binary 10011 111000 1000111 1001001 10101 0 1001000 11000101 111010 10010

Color Harmonies of #133847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133847

Black with #133847

Text Example


Text Example

White with #133847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133847; }

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

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

background-color css

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

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

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

border-color css

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

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

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