Html Css Color HEX #13364A Blue Whale

📋 copy color: '#13364A'

red 19 ◦ green 54 ◦ blue 74

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

Shades of Blue Whale #13364A

Tints of Blue Whale #13364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

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

R = 12.93%
G = 36.73%
B = 50.34%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13364A (or 0x13364A) is known color: Blue Whale. HEX triplet: 13, 36 and 4A. RGB value is (19,54,74). Sum of RGB (Red+Green+Blue) = 19+54+74=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #13364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13364A is #ECC9B5. Grayscale: #2D2D2D. Windows color (decimal): -15518134 or 4863507. OLE color: 4863507.

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

Color convert

RGB 19 54 74 -
CMYK 0.74 0.27 0 0.71
HSL 201.82º 0.59% 0.18% -
HSV(B) 201.82º 0.74% 0.29% -
XYZ 2.82 3.27 6.96 -
YUV 45.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 19 54 74 0.74 0.27 0 0.71 201.82 0.59 0.18
Hex 13 36 4A 4A 1B 0 47 CA 3B 12
Octal 23 66 112 112 33 0 107 312 73 22
Binary 10011 110110 1001010 1001010 11011 0 1000111 11001010 111011 10010

Color Harmonies of #13364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13364A

Black with #13364A

Text Example


Text Example

White with #13364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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