Html Css Color HEX #133150 Blue Whale

📋 copy color: '#133150'

red 19 ◦ green 49 ◦ blue 80

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

Shades of Blue Whale #133150

Tints of Blue Whale #133150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 54.05%

R = 12.84%
G = 33.11%
B = 54.05%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#133150 (or 0x133150) is known color: Blue Whale. HEX triplet: 13, 31 and 50. RGB value is (19,49,80). Sum of RGB (Red+Green+Blue) = 19+49+80=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #133150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133150 is #ECCEAF. Grayscale: #2B2B2B. Windows color (decimal): -15519408 or 5255443. OLE color: 5255443.

HSL color Cylindrical-coordinate representation of color #133150: hue angle of 210.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133150 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 49 80 -
CMYK 0.76 0.39 0 0.69
HSL 210.49º 0.62% 0.19% -
HSV(B) 210.49º 0.76% 0.31% -
XYZ 2.81 2.91 8 -
YUV 43.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 19 49 80 0.76 0.39 0 0.69 210.49 0.62 0.19
Hex 13 31 50 4C 27 0 45 D2 3E 13
Octal 23 61 120 114 47 0 105 322 76 23
Binary 10011 110001 1010000 1001100 100111 0 1000101 11010010 111110 10011

Color Harmonies of #133150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133150

Black with #133150

Text Example


Text Example

White with #133150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133150; }

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

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

background-color css

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

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

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

border-color css

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

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

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