Html Css Color HEX #13394A Blue Whale

📋 copy color: '#13394A'

red 19 ◦ green 57 ◦ blue 74

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

Shades of Blue Whale #13394A

Tints of Blue Whale #13394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38%

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

R = 12.67%
G = 38%
B = 49.33%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13394A (or 0x13394A) is known color: Blue Whale. HEX triplet: 13, 39 and 4A. RGB value is (19,57,74). Sum of RGB (Red+Green+Blue) = 19+57+74=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #13394A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13394A is #ECC6B5. Grayscale: #2F2F2F. Windows color (decimal): -15517366 or 4864275. OLE color: 4864275.

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

Color convert

RGB 19 57 74 -
CMYK 0.74 0.23 0 0.71
HSL 198.55º 0.59% 0.18% -
HSV(B) 198.55º 0.74% 0.29% -
XYZ 2.97 3.56 7.01 -
YUV 47.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 19 57 74 0.74 0.23 0 0.71 198.55 0.59 0.18
Hex 13 39 4A 4A 17 0 47 C7 3B 12
Octal 23 71 112 112 27 0 107 307 73 22
Binary 10011 111001 1001010 1001010 10111 0 1000111 11000111 111011 10010

Color Harmonies of #13394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13394A

Black with #13394A

Text Example


Text Example

White with #13394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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