Html Css Color HEX #13324C Blue Whale

📋 copy color: '#13324C'

red 19 ◦ green 50 ◦ blue 76

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

Shades of Blue Whale #13324C

Tints of Blue Whale #13324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 13.1%
G = 34.48%
B = 52.41%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13324C (or 0x13324C) is known color: Blue Whale. HEX triplet: 13, 32 and 4C. RGB value is (19,50,76). Sum of RGB (Red+Green+Blue) = 19+50+76=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #13324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13324C is #ECCDB3. Grayscale: #2B2B2B. Windows color (decimal): -15519156 or 4993555. OLE color: 4993555.

HSL color Cylindrical-coordinate representation of color #13324C: hue angle of 207.37º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13324C is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 50 76 -
CMYK 0.75 0.34 0 0.70
HSL 207.37º 0.6% 0.19% -
HSV(B) 207.37º 0.75% 0.3% -
XYZ 2.71 2.94 7.26 -
YUV 43.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 19 50 76 0.75 0.34 0 0.70 207.37 0.6 0.19
Hex 13 32 4C 4B 22 0 46 CF 3C 13
Octal 23 62 114 113 42 0 106 317 74 23
Binary 10011 110010 1001100 1001011 100010 0 1000110 11001111 111100 10011

Color Harmonies of #13324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13324C

Black with #13324C

Text Example


Text Example

White with #13324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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