Html Css Color HEX #133946 Blue Whale

📋 copy color: '#133946'

red 19 ◦ green 57 ◦ blue 70

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

Shades of Blue Whale #133946

Tints of Blue Whale #133946

RGB

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

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

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

R = 13.01%
G = 39.04%
B = 47.95%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133946 (or 0x133946) is known color: Blue Whale. HEX triplet: 13, 39 and 46. RGB value is (19,57,70). Sum of RGB (Red+Green+Blue) = 19+57+70=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #133946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133946 is #ECC6B9. Grayscale: #2F2F2F. Windows color (decimal): -15517370 or 4602131. OLE color: 4602131.

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

Color convert

RGB 19 57 70 -
CMYK 0.73 0.19 0 0.73
HSL 195.29º 0.57% 0.17% -
HSV(B) 195.29º 0.73% 0.27% -
XYZ 2.84 3.51 6.32 -
YUV 47.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 19 57 70 0.73 0.19 0 0.73 195.29 0.57 0.17
Hex 13 39 46 49 13 0 49 C3 39 11
Octal 23 71 106 111 23 0 111 303 71 21
Binary 10011 111001 1000110 1001001 10011 0 1001001 11000011 111001 10001

Color Harmonies of #133946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133946

Black with #133946

Text Example


Text Example

White with #133946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133946; }

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

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

background-color css

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

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

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

border-color css

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

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

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