Html Css Color HEX #13344C Blue Whale

📋 copy color: '#13344C'

red 19 ◦ green 52 ◦ blue 76

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

Shades of Blue Whale #13344C

Tints of Blue Whale #13344C

RGB

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

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

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

R = 12.93%
G = 35.37%
B = 51.7%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13344C (or 0x13344C) is known color: Blue Whale. HEX triplet: 13, 34 and 4C. RGB value is (19,52,76). Sum of RGB (Red+Green+Blue) = 19+52+76=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #13344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13344C is #ECCBB3. Grayscale: #2C2C2C. Windows color (decimal): -15518644 or 4994067. OLE color: 4994067.

HSL color Cylindrical-coordinate representation of color #13344C: hue angle of 205.26º 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 #13344C is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 52 76 -
CMYK 0.75 0.32 0 0.70
HSL 205.26º 0.6% 0.19% -
HSV(B) 205.26º 0.75% 0.3% -
XYZ 2.8 3.12 7.29 -
YUV 44.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 19 52 76 0.75 0.32 0 0.70 205.26 0.6 0.19
Hex 13 34 4C 4B 20 0 46 CD 3C 13
Octal 23 64 114 113 40 0 106 315 74 23
Binary 10011 110100 1001100 1001011 100000 0 1000110 11001101 111100 10011

Color Harmonies of #13344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13344C

Black with #13344C

Text Example


Text Example

White with #13344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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