Html Css Color HEX #13374E Blue Whale

📋 copy color: '#13374E'

red 19 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #13374E

Tints of Blue Whale #13374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 12.5%
G = 36.18%
B = 51.32%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13374E (or 0x13374E) is known color: Blue Whale. HEX triplet: 13, 37 and 4E. RGB value is (19,55,78). Sum of RGB (Red+Green+Blue) = 19+55+78=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #13374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13374E is #ECC8B1. Grayscale: #2E2E2E. Windows color (decimal): -15517874 or 5125907. OLE color: 5125907.

HSL color Cylindrical-coordinate representation of color #13374E: hue angle of 203.39º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13374E is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 55 78 -
CMYK 0.76 0.29 0 0.69
HSL 203.39º 0.61% 0.19% -
HSV(B) 203.39º 0.76% 0.31% -
XYZ 3.01 3.42 7.71 -
YUV 46.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 19 55 78 0.76 0.29 0 0.69 203.39 0.61 0.19
Hex 13 37 4E 4C 1D 0 45 CB 3D 13
Octal 23 67 116 114 35 0 105 313 75 23
Binary 10011 110111 1001110 1001100 11101 0 1000101 11001011 111101 10011

Color Harmonies of #13374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13374E

Black with #13374E

Text Example


Text Example

White with #13374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13374E; }

 p { color: rgb(19,55,78); }

 H1.HeaderClassName
 {
   color: #13374E;
 }
 .AnyTagClassName
 {
   color: #13374E;
 }
</style>

background-color css

<style>
 a { background-color: #13374E; }

 a { background-color: rgb(19,55,78); }

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

border-color css

<style>
 span { border-color: #13374E; }

 span { border-color: rgb(19,55,78); }

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