Html Css Color HEX #133A47 Blue Whale

📋 copy color: '#133A47'

red 19 ◦ green 58 ◦ blue 71

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

Shades of Blue Whale #133A47

Tints of Blue Whale #133A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.19%

 BLUE value IS 71 (28.13% from 255) = 47.97%

R = 12.84%
G = 39.19%
B = 47.97%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133A47 (or 0x133A47) is known color: Blue Whale. HEX triplet: 13, 3A and 47. RGB value is (19,58,71). Sum of RGB (Red+Green+Blue) = 19+58+71=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #133A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A47 is #ECC5B8. Grayscale: #2F2F2F. Windows color (decimal): -15517113 or 4667923. OLE color: 4667923.

HSL color Cylindrical-coordinate representation of color #133A47: hue angle of 195º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133A47 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 58 71 -
CMYK 0.73 0.18 0 0.72
HSL 195º 0.58% 0.18% -
HSV(B) 195º 0.73% 0.28% -
XYZ 2.92 3.62 6.51 -
YUV 47.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 19 58 71 0.73 0.18 0 0.72 195 0.58 0.18
Hex 13 3A 47 49 12 0 48 C3 3A 12
Octal 23 72 107 111 22 0 110 303 72 22
Binary 10011 111010 1000111 1001001 10010 0 1001000 11000011 111010 10010

Color Harmonies of #133A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A47

Black with #133A47

Text Example


Text Example

White with #133A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A47; }

 p { color: rgb(19,58,71); }

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

background-color css

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

 a { background-color: rgb(19,58,71); }

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

border-color css

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

 span { border-color: rgb(19,58,71); }

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