Html Css Color HEX #133646 Blue Whale

📋 copy color: '#133646'

red 19 ◦ green 54 ◦ blue 70

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

Shades of Blue Whale #133646

Tints of Blue Whale #133646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.76%

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

R = 13.29%
G = 37.76%
B = 48.95%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133646 (or 0x133646) is known color: Blue Whale. HEX triplet: 13, 36 and 46. RGB value is (19,54,70). Sum of RGB (Red+Green+Blue) = 19+54+70=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #133646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133646 is #ECC9B9. Grayscale: #2D2D2D. Windows color (decimal): -15518138 or 4601363. OLE color: 4601363.

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

Color convert

RGB 19 54 70 -
CMYK 0.73 0.23 0 0.73
HSL 198.82º 0.57% 0.17% -
HSV(B) 198.82º 0.73% 0.27% -
XYZ 2.69 3.22 6.27 -
YUV 45.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 19 54 70 0.73 0.23 0 0.73 198.82 0.57 0.17
Hex 13 36 46 49 17 0 49 C7 39 11
Octal 23 66 106 111 27 0 111 307 71 21
Binary 10011 110110 1000110 1001001 10111 0 1001001 11000111 111001 10001

Color Harmonies of #133646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133646

Black with #133646

Text Example


Text Example

White with #133646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133646; }

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

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

background-color css

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

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

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

border-color css

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

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

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