Html Css Color HEX #133246 Blue Whale

📋 copy color: '#133246'

red 19 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #133246

Tints of Blue Whale #133246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

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

R = 13.67%
G = 35.97%
B = 50.36%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133246 (or 0x133246) is known color: Blue Whale. HEX triplet: 13, 32 and 46. RGB value is (19,50,70). Sum of RGB (Red+Green+Blue) = 19+50+70=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #133246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133246 is #ECCDB9. Grayscale: #2A2A2A. Windows color (decimal): -15519162 or 4600339. OLE color: 4600339.

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

Color convert

RGB 19 50 70 -
CMYK 0.73 0.29 0 0.73
HSL 203.53º 0.57% 0.17% -
HSV(B) 203.53º 0.73% 0.27% -
XYZ 2.51 2.86 6.21 -
YUV 43.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 19 50 70 0.73 0.29 0 0.73 203.53 0.57 0.17
Hex 13 32 46 49 1D 0 49 CC 39 11
Octal 23 62 106 111 35 0 111 314 71 21
Binary 10011 110010 1000110 1001001 11101 0 1001001 11001100 111001 10001

Color Harmonies of #133246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133246

Black with #133246

Text Example


Text Example

White with #133246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133246; }

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

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

background-color css

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

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

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

border-color css

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

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

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