Html Css Color HEX #11394D Blue Whale

📋 copy color: '#11394D'

red 17 ◦ green 57 ◦ blue 77

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

Shades of Blue Whale #11394D

Tints of Blue Whale #11394D

RGB

 RED value IS 17 (7.03% from 255) = 11.26%

 GREEN value IS 57 (22.66% from 255) = 37.75%

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

R = 11.26%
G = 37.75%
B = 50.99%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11394D (or 0x11394D) is known color: Blue Whale. HEX triplet: 11, 39 and 4D. RGB value is (17,57,77). Sum of RGB (Red+Green+Blue) = 17+57+77=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #11394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11394D is #EEC6B2. Grayscale: #2F2F2F. Windows color (decimal): -15648435 or 5060881. OLE color: 5060881.

HSL color Cylindrical-coordinate representation of color #11394D: hue angle of 200º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11394D is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 57 77 -
CMYK 0.78 0.26 0 0.70
HSL 200º 0.64% 0.18% -
HSV(B) 200º 0.78% 0.3% -
XYZ 3.03 3.58 7.55 -
YUV 47.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 17 57 77 0.78 0.26 0 0.70 200 0.64 0.18
Hex 11 39 4D 4E 1A 0 46 C8 40 12
Octal 21 71 115 116 32 0 106 310 100 22
Binary 10001 111001 1001101 1001110 11010 0 1000110 11001000 1000000 10010

Color Harmonies of #11394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11394D

Black with #11394D

Text Example


Text Example

White with #11394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,57,77); }

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

background-color css

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

 a { background-color: rgb(17,57,77); }

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

border-color css

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

 span { border-color: rgb(17,57,77); }

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