Html Css Color HEX #13324A Blue Whale

📋 copy color: '#13324A'

red 19 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #13324A

Tints of Blue Whale #13324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

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

R = 13.29%
G = 34.97%
B = 51.75%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13324A (or 0x13324A) is known color: Blue Whale. HEX triplet: 13, 32 and 4A. RGB value is (19,50,74). Sum of RGB (Red+Green+Blue) = 19+50+74=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #13324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13324A is #ECCDB5. Grayscale: #2B2B2B. Windows color (decimal): -15519158 or 4862483. OLE color: 4862483.

HSL color Cylindrical-coordinate representation of color #13324A: hue angle of 206.18º 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 #13324A is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 50 74 -
CMYK 0.74 0.32 0 0.71
HSL 206.18º 0.59% 0.18% -
HSV(B) 206.18º 0.74% 0.29% -
XYZ 2.65 2.91 6.9 -
YUV 43.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 19 50 74 0.74 0.32 0 0.71 206.18 0.59 0.18
Hex 13 32 4A 4A 20 0 47 CE 3B 12
Octal 23 62 112 112 40 0 107 316 73 22
Binary 10011 110010 1001010 1001010 100000 0 1000111 11001110 111011 10010

Color Harmonies of #13324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13324A

Black with #13324A

Text Example


Text Example

White with #13324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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