Html Css Color HEX #133A4A Blue Whale

📋 copy color: '#133A4A'

red 19 ◦ green 58 ◦ blue 74

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

Shades of Blue Whale #133A4A

Tints of Blue Whale #133A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 49.01%

R = 12.58%
G = 38.41%
B = 49.01%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#133A4A (or 0x133A4A) is known color: Blue Whale. HEX triplet: 13, 3A and 4A. RGB value is (19,58,74). Sum of RGB (Red+Green+Blue) = 19+58+74=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #133A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A4A is #ECC5B5. Grayscale: #303030. Windows color (decimal): -15517110 or 4864531. OLE color: 4864531.

HSL color Cylindrical-coordinate representation of color #133A4A: hue angle of 197.45º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133A4A is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 58 74 -
CMYK 0.74 0.22 0 0.71
HSL 197.45º 0.59% 0.18% -
HSV(B) 197.45º 0.74% 0.29% -
XYZ 3.02 3.66 7.03 -
YUV 48.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 19 58 74 0.74 0.22 0 0.71 197.45 0.59 0.18
Hex 13 3A 4A 4A 16 0 47 C5 3B 12
Octal 23 72 112 112 26 0 107 305 73 22
Binary 10011 111010 1001010 1001010 10110 0 1000111 11000101 111011 10010

Color Harmonies of #133A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A4A

Black with #133A4A

Text Example


Text Example

White with #133A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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