#11323F

Color #11323F Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #11323F

Tints of Blue Whale #11323F

Color information

#11323F (or 0x11323F) is unknown color: approx Blue Whale. HEX triplet: 11, 32 and 3F. RGB value is (17,50,63). Sum of RGB (Red+Green+Blue) = 17+50+63=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #11323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11323F is #EECDC0. Grayscale: #292929. Windows color (decimal): -15650241 or 4141585. OLE color: 4141585.

HSL color Cylindrical-coordinate representation of color #11323F: hue angle of 196.96º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11323F is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175063-
CMYK0.730.2100.75
HSL196.96º57.5%15.69%-
HSV(B)196.96º73.02%24.71%-
XYZ2.272.765.12-
YUV41.62140.07110.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 63 (25% from 255) = 48.46%
R=13.08%
G=38.46%
B=48.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1750630.730.2100.75196.9657.515.69
Hex11323F491504Bc53a10
Octal2162771112501133057220
Binary10001110010111111100100110101010010111100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,50,63); }

 H1.HeaderClassName
 {
   color: #11323F;
 }
 .AnyTagClassName
 {
   color: #11323F;
 }
</style>
background-color css

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

 a { background-color: rgb(17,50,63); }

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

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

 span { border-color: rgb(17,50,63); }

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