Html Css Color HEX #13334D Blue Whale

📋 copy color: '#13334D'

red 19 ◦ green 51 ◦ blue 77

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

Shades of Blue Whale #13334D

Tints of Blue Whale #13334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

 BLUE value IS 77 (30.47% from 255) = 52.38%

R = 12.93%
G = 34.69%
B = 52.38%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13334D (or 0x13334D) is known color: Blue Whale. HEX triplet: 13, 33 and 4D. RGB value is (19,51,77). Sum of RGB (Red+Green+Blue) = 19+51+77=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #13334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13334D is #ECCCB2. Grayscale: #2C2C2C. Windows color (decimal): -15518899 or 5059347. OLE color: 5059347.

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

Color convert

RGB 19 51 77 -
CMYK 0.75 0.34 0 0.70
HSL 206.9º 0.6% 0.19% -
HSV(B) 206.9º 0.75% 0.3% -
XYZ 2.79 3.04 7.46 -
YUV 44.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 19 51 77 0.75 0.34 0 0.70 206.9 0.6 0.19
Hex 13 33 4D 4B 22 0 46 CF 3C 13
Octal 23 63 115 113 42 0 106 317 74 23
Binary 10011 110011 1001101 1001011 100010 0 1000110 11001111 111100 10011

Color Harmonies of #13334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13334D

Black with #13334D

Text Example


Text Example

White with #13334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13334D; }

 p { color: rgb(19,51,77); }

 H1.HeaderClassName
 {
   color: #13334D;
 }
 .AnyTagClassName
 {
   color: #13334D;
 }
</style>

background-color css

<style>
 a { background-color: #13334D; }

 a { background-color: rgb(19,51,77); }

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

border-color css

<style>
 span { border-color: #13334D; }

 span { border-color: rgb(19,51,77); }

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