Html Css Color HEX #13384F Blue Whale

📋 copy color: '#13384F'

red 19 ◦ green 56 ◦ blue 79

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

Shades of Blue Whale #13384F

Tints of Blue Whale #13384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

 BLUE value IS 79 (31.25% from 255) = 51.3%

R = 12.34%
G = 36.36%
B = 51.3%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13384F (or 0x13384F) is known color: Blue Whale. HEX triplet: 13, 38 and 4F. RGB value is (19,56,79). Sum of RGB (Red+Green+Blue) = 19+56+79=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #13384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13384F is #ECC7B0. Grayscale: #2F2F2F. Windows color (decimal): -15517617 or 5191699. OLE color: 5191699.

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

Color convert

RGB 19 56 79 -
CMYK 0.76 0.29 0 0.69
HSL 203º 0.61% 0.19% -
HSV(B) 203º 0.76% 0.31% -
XYZ 3.09 3.53 7.92 -
YUV 47.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 19 56 79 0.76 0.29 0 0.69 203 0.61 0.19
Hex 13 38 4F 4C 1D 0 45 CB 3D 13
Octal 23 70 117 114 35 0 105 313 75 23
Binary 10011 111000 1001111 1001100 11101 0 1000101 11001011 111101 10011

Color Harmonies of #13384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13384F

Black with #13384F

Text Example


Text Example

White with #13384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13384F; }

 p { color: rgb(19,56,79); }

 H1.HeaderClassName
 {
   color: #13384F;
 }
 .AnyTagClassName
 {
   color: #13384F;
 }
</style>

background-color css

<style>
 a { background-color: #13384F; }

 a { background-color: rgb(19,56,79); }

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

border-color css

<style>
 span { border-color: #13384F; }

 span { border-color: rgb(19,56,79); }

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