Html Css Color HEX #133244 Blue Whale

📋 copy color: '#133244'

red 19 ◦ green 50 ◦ blue 68

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

Shades of Blue Whale #133244

Tints of Blue Whale #133244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 13.87%
G = 36.5%
B = 49.64%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133244 (or 0x133244) is known color: Blue Whale. HEX triplet: 13, 32 and 44. RGB value is (19,50,68). Sum of RGB (Red+Green+Blue) = 19+50+68=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #133244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133244 is #ECCDBB. Grayscale: #2A2A2A. Windows color (decimal): -15519164 or 4469267. OLE color: 4469267.

HSL color Cylindrical-coordinate representation of color #133244: hue angle of 202.04º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133244 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 50 68 -
CMYK 0.72 0.26 0 0.73
HSL 202.04º 0.56% 0.17% -
HSV(B) 202.04º 0.72% 0.27% -
XYZ 2.45 2.84 5.89 -
YUV 42.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 19 50 68 0.72 0.26 0 0.73 202.04 0.56 0.17
Hex 13 32 44 48 1A 0 49 CA 38 11
Octal 23 62 104 110 32 0 111 312 70 21
Binary 10011 110010 1000100 1001000 11010 0 1001001 11001010 111000 10001

Color Harmonies of #133244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133244

Black with #133244

Text Example


Text Example

White with #133244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133244; }

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

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

background-color css

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

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

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

border-color css

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

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

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