Html Css Color HEX #133448 Blue Whale

📋 copy color: '#133448'

red 19 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #133448

Tints of Blue Whale #133448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

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

R = 13.29%
G = 36.36%
B = 50.35%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133448 (or 0x133448) is known color: Blue Whale. HEX triplet: 13, 34 and 48. RGB value is (19,52,72). Sum of RGB (Red+Green+Blue) = 19+52+72=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #133448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133448 is #ECCBB7. Grayscale: #2C2C2C. Windows color (decimal): -15518648 or 4731923. OLE color: 4731923.

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

Color convert

RGB 19 52 72 -
CMYK 0.74 0.28 0 0.72
HSL 202.64º 0.58% 0.18% -
HSV(B) 202.64º 0.74% 0.28% -
XYZ 2.67 3.06 6.58 -
YUV 44.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 19 52 72 0.74 0.28 0 0.72 202.64 0.58 0.18
Hex 13 34 48 4A 1C 0 48 CB 3A 12
Octal 23 64 110 112 34 0 110 313 72 22
Binary 10011 110100 1001000 1001010 11100 0 1001000 11001011 111010 10010

Color Harmonies of #133448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133448

Black with #133448

Text Example


Text Example

White with #133448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133448; }

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

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

background-color css

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

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

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

border-color css

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

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

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