Html Css Color HEX #13374C Blue Whale

📋 copy color: '#13374C'

red 19 ◦ green 55 ◦ blue 76

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

Shades of Blue Whale #13374C

Tints of Blue Whale #13374C

RGB

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

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

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

R = 12.67%
G = 36.67%
B = 50.67%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13374C (or 0x13374C) is known color: Blue Whale. HEX triplet: 13, 37 and 4C. RGB value is (19,55,76). Sum of RGB (Red+Green+Blue) = 19+55+76=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #13374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13374C is #ECC8B3. Grayscale: #2E2E2E. Windows color (decimal): -15517876 or 4994835. OLE color: 4994835.

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

Color convert

RGB 19 55 76 -
CMYK 0.75 0.28 0 0.70
HSL 202.11º 0.6% 0.19% -
HSV(B) 202.11º 0.75% 0.3% -
XYZ 2.94 3.39 7.34 -
YUV 46.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 19 55 76 0.75 0.28 0 0.70 202.11 0.6 0.19
Hex 13 37 4C 4B 1C 0 46 CA 3C 13
Octal 23 67 114 113 34 0 106 312 74 23
Binary 10011 110111 1001100 1001011 11100 0 1000110 11001010 111100 10011

Color Harmonies of #13374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13374C

Black with #13374C

Text Example


Text Example

White with #13374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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