Html Css Color HEX #133548 Blue Whale

📋 copy color: '#133548'

red 19 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #133548

Tints of Blue Whale #133548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 72 (28.52% from 255) = 50%

R = 13.19%
G = 36.81%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133548 (or 0x133548) is known color: Blue Whale. HEX triplet: 13, 35 and 48. RGB value is (19,53,72). Sum of RGB (Red+Green+Blue) = 19+53+72=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #133548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133548 is #ECCAB7. Grayscale: #2C2C2C. Windows color (decimal): -15518392 or 4732179. OLE color: 4732179.

HSL color Cylindrical-coordinate representation of color #133548: hue angle of 201.51º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133548 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 53 72 -
CMYK 0.74 0.26 0 0.72
HSL 201.51º 0.58% 0.18% -
HSV(B) 201.51º 0.74% 0.28% -
XYZ 2.71 3.15 6.6 -
YUV 45 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 19 53 72 0.74 0.26 0 0.72 201.51 0.58 0.18
Hex 13 35 48 4A 1A 0 48 CA 3A 12
Octal 23 65 110 112 32 0 110 312 72 22
Binary 10011 110101 1001000 1001010 11010 0 1001000 11001010 111010 10010

Color Harmonies of #133548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133548

Black with #133548

Text Example


Text Example

White with #133548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133548; }

 p { color: rgb(19,53,72); }

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

background-color css

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

 a { background-color: rgb(19,53,72); }

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

border-color css

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

 span { border-color: rgb(19,53,72); }

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