Html Css Color HEX #13354C Blue Whale

📋 copy color: '#13354C'

red 19 ◦ green 53 ◦ blue 76

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

Shades of Blue Whale #13354C

Tints of Blue Whale #13354C

RGB

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

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

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

R = 12.84%
G = 35.81%
B = 51.35%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13354C (or 0x13354C) is known color: Blue Whale. HEX triplet: 13, 35 and 4C. RGB value is (19,53,76). Sum of RGB (Red+Green+Blue) = 19+53+76=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #13354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13354C is #ECCAB3. Grayscale: #2D2D2D. Windows color (decimal): -15518388 or 4994323. OLE color: 4994323.

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

Color convert

RGB 19 53 76 -
CMYK 0.75 0.30 0 0.70
HSL 204.21º 0.6% 0.19% -
HSV(B) 204.21º 0.75% 0.3% -
XYZ 2.85 3.21 7.31 -
YUV 45.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 19 53 76 0.75 0.30 0 0.70 204.21 0.6 0.19
Hex 13 35 4C 4B 1E 0 46 CC 3C 13
Octal 23 65 114 113 36 0 106 314 74 23
Binary 10011 110101 1001100 1001011 11110 0 1000110 11001100 111100 10011

Color Harmonies of #13354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13354C

Black with #13354C

Text Example


Text Example

White with #13354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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