Html Css Color HEX #133048 Blue Whale

📋 copy color: '#133048'

red 19 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #133048

Tints of Blue Whale #133048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

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

R = 13.67%
G = 34.53%
B = 51.8%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133048 (or 0x133048) is known color: Blue Whale. HEX triplet: 13, 30 and 48. RGB value is (19,48,72). Sum of RGB (Red+Green+Blue) = 19+48+72=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #133048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133048 is #ECCFB7. Grayscale: #292929. Windows color (decimal): -15519672 or 4730899. OLE color: 4730899.

HSL color Cylindrical-coordinate representation of color #133048: hue angle of 207.17º 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 #133048 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 48 72 -
CMYK 0.74 0.33 0 0.72
HSL 207.17º 0.58% 0.18% -
HSV(B) 207.17º 0.74% 0.28% -
XYZ 2.5 2.72 6.52 -
YUV 42.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 19 48 72 0.74 0.33 0 0.72 207.17 0.58 0.18
Hex 13 30 48 4A 21 0 48 CF 3A 12
Octal 23 60 110 112 41 0 110 317 72 22
Binary 10011 110000 1001000 1001010 100001 0 1001000 11001111 111010 10010

Color Harmonies of #133048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133048

Black with #133048

Text Example


Text Example

White with #133048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133048; }

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

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

background-color css

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

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

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

border-color css

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

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

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