Html Css Color HEX #13364C Blue Whale

📋 copy color: '#13364C'

red 19 ◦ green 54 ◦ blue 76

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

Shades of Blue Whale #13364C

Tints of Blue Whale #13364C

RGB

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

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

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

R = 12.75%
G = 36.24%
B = 51.01%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13364C (or 0x13364C) is known color: Blue Whale. HEX triplet: 13, 36 and 4C. RGB value is (19,54,76). Sum of RGB (Red+Green+Blue) = 19+54+76=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #13364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13364C is #ECC9B3. Grayscale: #2D2D2D. Windows color (decimal): -15518132 or 4994579. OLE color: 4994579.

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

Color convert

RGB 19 54 76 -
CMYK 0.75 0.29 0 0.70
HSL 203.16º 0.6% 0.19% -
HSV(B) 203.16º 0.75% 0.3% -
XYZ 2.89 3.3 7.32 -
YUV 46.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 19 54 76 0.75 0.29 0 0.70 203.16 0.6 0.19
Hex 13 36 4C 4B 1D 0 46 CB 3C 13
Octal 23 66 114 113 35 0 106 313 74 23
Binary 10011 110110 1001100 1001011 11101 0 1000110 11001011 111100 10011

Color Harmonies of #13364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13364C

Black with #13364C

Text Example


Text Example

White with #13364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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