Html Css Color HEX #133846 Blue Whale

📋 copy color: '#133846'

red 19 ◦ green 56 ◦ blue 70

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

Shades of Blue Whale #133846

Tints of Blue Whale #133846

RGB

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

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

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

R = 13.1%
G = 38.62%
B = 48.28%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133846 (or 0x133846) is known color: Blue Whale. HEX triplet: 13, 38 and 46. RGB value is (19,56,70). Sum of RGB (Red+Green+Blue) = 19+56+70=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #133846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133846 is #ECC7B9. Grayscale: #2E2E2E. Windows color (decimal): -15517626 or 4601875. OLE color: 4601875.

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

Color convert

RGB 19 56 70 -
CMYK 0.73 0.20 0 0.73
HSL 196.47º 0.57% 0.17% -
HSV(B) 196.47º 0.73% 0.27% -
XYZ 2.79 3.41 6.31 -
YUV 46.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 19 56 70 0.73 0.20 0 0.73 196.47 0.57 0.17
Hex 13 38 46 49 14 0 49 C4 39 11
Octal 23 70 106 111 24 0 111 304 71 21
Binary 10011 111000 1000110 1001001 10100 0 1001001 11000100 111001 10001

Color Harmonies of #133846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133846

Black with #133846

Text Example


Text Example

White with #133846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133846; }

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

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

background-color css

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

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

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

border-color css

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

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

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