Html Css Color HEX #13374A Blue Whale

📋 copy color: '#13374A'

red 19 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #13374A

Tints of Blue Whale #13374A

RGB

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

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

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

R = 12.84%
G = 37.16%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13374A (or 0x13374A) is known color: Blue Whale. HEX triplet: 13, 37 and 4A. RGB value is (19,55,74). Sum of RGB (Red+Green+Blue) = 19+55+74=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #13374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13374A is #ECC8B5. Grayscale: #2E2E2E. Windows color (decimal): -15517878 or 4863763. OLE color: 4863763.

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

Color convert

RGB 19 55 74 -
CMYK 0.74 0.26 0 0.71
HSL 200.73º 0.59% 0.18% -
HSV(B) 200.73º 0.74% 0.29% -
XYZ 2.87 3.37 6.98 -
YUV 46.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 19 55 74 0.74 0.26 0 0.71 200.73 0.59 0.18
Hex 13 37 4A 4A 1A 0 47 C9 3B 12
Octal 23 67 112 112 32 0 107 311 73 22
Binary 10011 110111 1001010 1001010 11010 0 1000111 11001001 111011 10010

Color Harmonies of #13374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13374A

Black with #13374A

Text Example


Text Example

White with #13374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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