Html Css Color HEX #13384A Blue Whale

📋 copy color: '#13384A'

red 19 ◦ green 56 ◦ blue 74

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

Shades of Blue Whale #13384A

Tints of Blue Whale #13384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 49.66%

R = 12.75%
G = 37.58%
B = 49.66%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13384A (or 0x13384A) is known color: Blue Whale. HEX triplet: 13, 38 and 4A. RGB value is (19,56,74). Sum of RGB (Red+Green+Blue) = 19+56+74=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #13384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13384A is #ECC7B5. Grayscale: #2E2E2E. Windows color (decimal): -15517622 or 4864019. OLE color: 4864019.

HSL color Cylindrical-coordinate representation of color #13384A: hue angle of 199.64º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13384A is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 56 74 -
CMYK 0.74 0.24 0 0.71
HSL 199.64º 0.59% 0.18% -
HSV(B) 199.64º 0.74% 0.29% -
XYZ 2.92 3.46 6.99 -
YUV 46.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 19 56 74 0.74 0.24 0 0.71 199.64 0.59 0.18
Hex 13 38 4A 4A 18 0 47 C8 3B 12
Octal 23 70 112 112 30 0 107 310 73 22
Binary 10011 111000 1001010 1001010 11000 0 1000111 11001000 111011 10010

Color Harmonies of #13384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13384A

Black with #13384A

Text Example


Text Example

White with #13384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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