Html Css Color HEX #133146 Blue Whale

📋 copy color: '#133146'

red 19 ◦ green 49 ◦ blue 70

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

Shades of Blue Whale #133146

Tints of Blue Whale #133146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50.72%

R = 13.77%
G = 35.51%
B = 50.72%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133146 (or 0x133146) is known color: Blue Whale. HEX triplet: 13, 31 and 46. RGB value is (19,49,70). Sum of RGB (Red+Green+Blue) = 19+49+70=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #133146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133146 is #ECCEB9. Grayscale: #2A2A2A. Windows color (decimal): -15519418 or 4600083. OLE color: 4600083.

HSL color Cylindrical-coordinate representation of color #133146: hue angle of 204.71º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133146 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 49 70 -
CMYK 0.73 0.30 0 0.73
HSL 204.71º 0.57% 0.17% -
HSV(B) 204.71º 0.73% 0.27% -
XYZ 2.47 2.78 6.2 -
YUV 42.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 19 49 70 0.73 0.30 0 0.73 204.71 0.57 0.17
Hex 13 31 46 49 1E 0 49 CD 39 11
Octal 23 61 106 111 36 0 111 315 71 21
Binary 10011 110001 1000110 1001001 11110 0 1001001 11001101 111001 10001

Color Harmonies of #133146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133146

Black with #133146

Text Example


Text Example

White with #133146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133146; }

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

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

background-color css

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

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

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

border-color css

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

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

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