#1136FF

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

Shades of Blue #1136FF

Tints of Blue #1136FF

Color information

#1136FF (or 0x1136FF) is unknown color: approx Blue. HEX triplet: 11, 36 and FF. RGB value is (17,54,255). Sum of RGB (Red+Green+Blue) = 17+54+255=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #1136FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1136FF is #EEC900. Grayscale: #414141. Windows color (decimal): -15649025 or 16725521. OLE color: 16725521.

HSL color Cylindrical-coordinate representation of color #1136FF: hue angle of 230.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1136FF is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1754255-
CMYK0.930.7900
HSL230.67º100%53.33%-
HSV(B)230.67º93.33%100%-
XYZ19.69.9895.5-
YUV65.85234.7493.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.21%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 255 (100% from 255) = 78.22%
R=5.21%
G=16.56%
B=78.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17542550.930.7900230.6710053.33
Hex1136FF5D4F00e76435
Octal21663771351170034714465
Binary10001110110111111111011101100111100111001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1136FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1136FF; }

 p { color: rgb(17,54,255); }

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

<style>
 a { background-color: #1136FF; }

 a { background-color: rgb(17,54,255); }

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

<style>
 span { border-color: #1136FF; }

 span { border-color: rgb(17,54,255); }

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