Html Css Color HEX #133748 Blue Whale

📋 copy color: '#133748'

red 19 ◦ green 55 ◦ blue 72

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

Shades of Blue Whale #133748

Tints of Blue Whale #133748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.67%

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

R = 13.01%
G = 37.67%
B = 49.32%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133748 (or 0x133748) is known color: Blue Whale. HEX triplet: 13, 37 and 48. RGB value is (19,55,72). Sum of RGB (Red+Green+Blue) = 19+55+72=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #133748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133748 is #ECC8B7. Grayscale: #2E2E2E. Windows color (decimal): -15517880 or 4732691. OLE color: 4732691.

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

Color convert

RGB 19 55 72 -
CMYK 0.74 0.24 0 0.72
HSL 199.25º 0.58% 0.18% -
HSV(B) 199.25º 0.74% 0.28% -
XYZ 2.8 3.34 6.63 -
YUV 46.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 19 55 72 0.74 0.24 0 0.72 199.25 0.58 0.18
Hex 13 37 48 4A 18 0 48 C7 3A 12
Octal 23 67 110 112 30 0 110 307 72 22
Binary 10011 110111 1001000 1001010 11000 0 1001000 11000111 111010 10010

Color Harmonies of #133748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133748

Black with #133748

Text Example


Text Example

White with #133748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133748; }

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

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

background-color css

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

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

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

border-color css

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

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

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