Html Css Color HEX #13354E Blue Whale

📋 copy color: '#13354E'

red 19 ◦ green 53 ◦ blue 78

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

Shades of Blue Whale #13354E

Tints of Blue Whale #13354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

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

R = 12.67%
G = 35.33%
B = 52%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13354E (or 0x13354E) is known color: Blue Whale. HEX triplet: 13, 35 and 4E. RGB value is (19,53,78). Sum of RGB (Red+Green+Blue) = 19+53+78=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #13354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13354E is #ECCAB1. Grayscale: #2D2D2D. Windows color (decimal): -15518386 or 5125395. OLE color: 5125395.

HSL color Cylindrical-coordinate representation of color #13354E: hue angle of 205.42º 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 #13354E is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 53 78 -
CMYK 0.76 0.32 0 0.69
HSL 205.42º 0.61% 0.19% -
HSV(B) 205.42º 0.76% 0.31% -
XYZ 2.92 3.23 7.68 -
YUV 45.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 19 53 78 0.76 0.32 0 0.69 205.42 0.61 0.19
Hex 13 35 4E 4C 20 0 45 CD 3D 13
Octal 23 65 116 114 40 0 105 315 75 23
Binary 10011 110101 1001110 1001100 100000 0 1000101 11001101 111101 10011

Color Harmonies of #13354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13354E

Black with #13354E

Text Example


Text Example

White with #13354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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