Html Css Color HEX #133340 Blue Whale

📋 copy color: '#133340'

red 19 ◦ green 51 ◦ blue 64

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

Shades of Blue Whale #133340

Tints of Blue Whale #133340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.06%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 14.18%
G = 38.06%
B = 47.76%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133340 (or 0x133340) is known color: Blue Whale. HEX triplet: 13, 33 and 40. RGB value is (19,51,64). Sum of RGB (Red+Green+Blue) = 19+51+64=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #133340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133340 is #ECCCBF. Grayscale: #2A2A2A. Windows color (decimal): -15518912 or 4207379. OLE color: 4207379.

HSL color Cylindrical-coordinate representation of color #133340: hue angle of 197.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133340 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 51 64 -
CMYK 0.70 0.20 0 0.75
HSL 197.33º 0.54% 0.16% -
HSV(B) 197.33º 0.7% 0.25% -
XYZ 2.38 2.88 5.28 -
YUV 42.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 19 51 64 0.70 0.20 0 0.75 197.33 0.54 0.16
Hex 13 33 40 46 14 0 4B C5 36 10
Octal 23 63 100 106 24 0 113 305 66 20
Binary 10011 110011 1000000 1000110 10100 0 1001011 11000101 110110 10000

Color Harmonies of #133340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133340

Black with #133340

Text Example


Text Example

White with #133340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133340; }

 p { color: rgb(19,51,64); }

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

background-color css

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

 a { background-color: rgb(19,51,64); }

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

border-color css

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

 span { border-color: rgb(19,51,64); }

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