Html Css Color HEX #133148 Blue Whale

📋 copy color: '#133148'

red 19 ◦ green 49 ◦ blue 72

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

Shades of Blue Whale #133148

Tints of Blue Whale #133148

RGB

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

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

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

R = 13.57%
G = 35%
B = 51.43%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133148 (or 0x133148) is known color: Blue Whale. HEX triplet: 13, 31 and 48. RGB value is (19,49,72). Sum of RGB (Red+Green+Blue) = 19+49+72=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #133148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133148 is #ECCEB7. Grayscale: #2A2A2A. Windows color (decimal): -15519416 or 4731155. OLE color: 4731155.

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

Color convert

RGB 19 49 72 -
CMYK 0.74 0.32 0 0.72
HSL 206.04º 0.58% 0.18% -
HSV(B) 206.04º 0.74% 0.28% -
XYZ 2.54 2.8 6.54 -
YUV 42.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 19 49 72 0.74 0.32 0 0.72 206.04 0.58 0.18
Hex 13 31 48 4A 20 0 48 CE 3A 12
Octal 23 61 110 112 40 0 110 316 72 22
Binary 10011 110001 1001000 1001010 100000 0 1001000 11001110 111010 10010

Color Harmonies of #133148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133148

Black with #133148

Text Example


Text Example

White with #133148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133148; }

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

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

background-color css

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

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

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

border-color css

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

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

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