Html Css Color HEX #133141 Blue Whale

📋 copy color: '#133141'

red 19 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #133141

Tints of Blue Whale #133141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.84%

 BLUE value IS 65 (25.78% from 255) = 48.87%

R = 14.29%
G = 36.84%
B = 48.87%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133141 (or 0x133141) is known color: Blue Whale. HEX triplet: 13, 31 and 41. RGB value is (19,49,65). Sum of RGB (Red+Green+Blue) = 19+49+65=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #133141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133141 is #ECCEBE. Grayscale: #292929. Windows color (decimal): -15519423 or 4272403. OLE color: 4272403.

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

Color convert

RGB 19 49 65 -
CMYK 0.71 0.25 0 0.75
HSL 200.87º 0.55% 0.16% -
HSV(B) 200.87º 0.71% 0.25% -
XYZ 2.32 2.72 5.4 -
YUV 41.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 19 49 65 0.71 0.25 0 0.75 200.87 0.55 0.16
Hex 13 31 41 47 19 0 4B C9 37 10
Octal 23 61 101 107 31 0 113 311 67 20
Binary 10011 110001 1000001 1000111 11001 0 1001011 11001001 110111 10000

Color Harmonies of #133141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133141

Black with #133141

Text Example


Text Example

White with #133141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133141; }

 p { color: rgb(19,49,65); }

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

background-color css

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

 a { background-color: rgb(19,49,65); }

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

border-color css

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

 span { border-color: rgb(19,49,65); }

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