Html Css Color HEX #11394C Blue Whale

📋 copy color: '#11394C'

red 17 ◦ green 57 ◦ blue 76

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

Shades of Blue Whale #11394C

Tints of Blue Whale #11394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50.67%

R = 11.33%
G = 38%
B = 50.67%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11394C (or 0x11394C) is known color: Blue Whale. HEX triplet: 11, 39 and 4C. RGB value is (17,57,76). Sum of RGB (Red+Green+Blue) = 17+57+76=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #11394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11394C is #EEC6B3. Grayscale: #2F2F2F. Windows color (decimal): -15648436 or 4995345. OLE color: 4995345.

HSL color Cylindrical-coordinate representation of color #11394C: hue angle of 199.32º degrees, saturation: 0.63, 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 #11394C is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 57 76 -
CMYK 0.78 0.25 0 0.70
HSL 199.32º 0.63% 0.18% -
HSV(B) 199.32º 0.78% 0.3% -
XYZ 3 3.57 7.37 -
YUV 47.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 17 57 76 0.78 0.25 0 0.70 199.32 0.63 0.18
Hex 11 39 4C 4E 19 0 46 C7 3F 12
Octal 21 71 114 116 31 0 106 307 77 22
Binary 10001 111001 1001100 1001110 11001 0 1000110 11000111 111111 10010

Color Harmonies of #11394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11394C

Black with #11394C

Text Example


Text Example

White with #11394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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