#1036B2

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

Shades of Egyptian Blue #1036B2

Tints of Egyptian Blue #1036B2

Color information

#1036B2 (or 0x1036B2) is unknown color: approx Egyptian Blue. HEX triplet: 10, 36 and B2. RGB value is (16,54,178). Sum of RGB (Red+Green+Blue) = 16+54+178=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 178 (69.92% from 255 or 71.77% from 248); Max value from RGB is 178 - color contains mainly: blue. Hex color #1036B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036B2 is #EFC94D. Grayscale: #383838. Windows color (decimal): -15714638 or 11679248. OLE color: 11679248.

HSL color Cylindrical-coordinate representation of color #1036B2: hue angle of 225.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1036B2 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1654178-
CMYK0.910.7000.30
HSL225.93º83.51%38.04%-
HSV(B)225.93º91.01%69.8%-
XYZ9.575.9642.77-
YUV56.77196.4198.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.45%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 178 (69.92% from 255) = 71.77%
R=6.45%
G=21.77%
B=71.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16541780.910.7000.30225.9383.5138.04
Hex1036B25B4601Ee25426
Octal206626213310603634212446
Binary100001101101011001010110111000110011110111000101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1036B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1036B2; }

 p { color: rgb(16,54,178); }

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

<style>
 a { background-color: #1036B2; }

 a { background-color: rgb(16,54,178); }

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

<style>
 span { border-color: #1036B2; }

 span { border-color: rgb(16,54,178); }

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