Html Css Color HEX #13354B Blue Whale

📋 copy color: '#13354B'

red 19 ◦ green 53 ◦ blue 75

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

Shades of Blue Whale #13354B

Tints of Blue Whale #13354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 12.93%
G = 36.05%
B = 51.02%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13354B (or 0x13354B) is known color: Blue Whale. HEX triplet: 13, 35 and 4B. RGB value is (19,53,75). Sum of RGB (Red+Green+Blue) = 19+53+75=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #13354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13354B is #ECCAB4. Grayscale: #2D2D2D. Windows color (decimal): -15518389 or 4928787. OLE color: 4928787.

HSL color Cylindrical-coordinate representation of color #13354B: hue angle of 203.57º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13354B is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 53 75 -
CMYK 0.75 0.29 0 0.71
HSL 203.57º 0.6% 0.18% -
HSV(B) 203.57º 0.75% 0.29% -
XYZ 2.81 3.19 7.12 -
YUV 45.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 19 53 75 0.75 0.29 0 0.71 203.57 0.6 0.18
Hex 13 35 4B 4B 1D 0 47 CC 3C 12
Octal 23 65 113 113 35 0 107 314 74 22
Binary 10011 110101 1001011 1001011 11101 0 1000111 11001100 111100 10010

Color Harmonies of #13354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13354B

Black with #13354B

Text Example


Text Example

White with #13354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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