Html Css Color HEX #133250 Blue Whale

📋 copy color: '#133250'

red 19 ◦ green 50 ◦ blue 80

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

Shades of Blue Whale #133250

Tints of Blue Whale #133250

RGB

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

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

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

R = 12.75%
G = 33.56%
B = 53.69%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#133250 (or 0x133250) is known color: Blue Whale. HEX triplet: 13, 32 and 50. RGB value is (19,50,80). Sum of RGB (Red+Green+Blue) = 19+50+80=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #133250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133250 is #ECCDAF. Grayscale: #2C2C2C. Windows color (decimal): -15519152 or 5255699. OLE color: 5255699.

HSL color Cylindrical-coordinate representation of color #133250: hue angle of 209.51º 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 #133250 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 50 80 -
CMYK 0.76 0.37 0 0.69
HSL 209.51º 0.62% 0.19% -
HSV(B) 209.51º 0.76% 0.31% -
XYZ 2.86 3 8.02 -
YUV 44.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 19 50 80 0.76 0.37 0 0.69 209.51 0.62 0.19
Hex 13 32 50 4C 25 0 45 D2 3E 13
Octal 23 62 120 114 45 0 105 322 76 23
Binary 10011 110010 1010000 1001100 100101 0 1000101 11010010 111110 10011

Color Harmonies of #133250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133250

Black with #133250

Text Example


Text Example

White with #133250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133250; }

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

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

background-color css

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

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

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

border-color css

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

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

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