Html Css Color HEX #11394F Blue Whale

📋 copy color: '#11394F'

red 17 ◦ green 57 ◦ blue 79

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

Shades of Blue Whale #11394F

Tints of Blue Whale #11394F

RGB

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

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

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

R = 11.11%
G = 37.25%
B = 51.63%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11394F (or 0x11394F) is known color: Blue Whale. HEX triplet: 11, 39 and 4F. RGB value is (17,57,79). Sum of RGB (Red+Green+Blue) = 17+57+79=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #11394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11394F is #EEC6B0. Grayscale: #2F2F2F. Windows color (decimal): -15648433 or 5191953. OLE color: 5191953.

HSL color Cylindrical-coordinate representation of color #11394F: hue angle of 201.29º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11394F is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 57 79 -
CMYK 0.78 0.28 0 0.69
HSL 201.29º 0.65% 0.19% -
HSV(B) 201.29º 0.78% 0.31% -
XYZ 3.11 3.61 7.93 -
YUV 47.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 17 57 79 0.78 0.28 0 0.69 201.29 0.65 0.19
Hex 11 39 4F 4E 1C 0 45 C9 41 13
Octal 21 71 117 116 34 0 105 311 101 23
Binary 10001 111001 1001111 1001110 11100 0 1000101 11001001 1000001 10011

Color Harmonies of #11394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11394F

Black with #11394F

Text Example


Text Example

White with #11394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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