Html Css Color HEX #133648 Blue Whale

📋 copy color: '#133648'

red 19 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #133648

Tints of Blue Whale #133648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

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

R = 13.1%
G = 37.24%
B = 49.66%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133648 (or 0x133648) is known color: Blue Whale. HEX triplet: 13, 36 and 48. RGB value is (19,54,72). Sum of RGB (Red+Green+Blue) = 19+54+72=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #133648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133648 is #ECC9B7. Grayscale: #2D2D2D. Windows color (decimal): -15518136 or 4732435. OLE color: 4732435.

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

Color convert

RGB 19 54 72 -
CMYK 0.74 0.25 0 0.72
HSL 200.38º 0.58% 0.18% -
HSV(B) 200.38º 0.74% 0.28% -
XYZ 2.76 3.24 6.61 -
YUV 45.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 19 54 72 0.74 0.25 0 0.72 200.38 0.58 0.18
Hex 13 36 48 4A 19 0 48 C8 3A 12
Octal 23 66 110 112 31 0 110 310 72 22
Binary 10011 110110 1001000 1001010 11001 0 1001000 11001000 111010 10010

Color Harmonies of #133648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133648

Black with #133648

Text Example


Text Example

White with #133648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133648; }

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

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

background-color css

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

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

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

border-color css

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

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

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