#0a3bb6

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

Shades of Egyptian Blue #0A3BB6

Tints of Egyptian Blue #0A3BB6

Color information

#0A3BB6 (or 0x0A3BB6) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 3B and B6. RGB value is (10,59,182). Sum of RGB (Red+Green+Blue) = 10+59+182=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 182 (71.48% from 255 or 72.51% from 251); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A3BB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3BB6 is #F5C449. Grayscale: #393939. Windows color (decimal): -16106570 or 11942666. OLE color: 11942666.

HSL color Cylindrical-coordinate representation of color #0A3BB6: hue angle of 222.91º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3BB6 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1059182-
CMYK0.950.6800.29
HSL222.91º89.58%37.65%-
HSV(B)222.91º94.51%71.37%-
XYZ10.136.5744.99-
YUV58.37197.7793.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 182 (71.48% from 255) = 72.51%
R=3.98%
G=23.51%
B=72.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10591820.950.6800.29222.9189.5837.65
HexA3BB65F4401Ddf5a26
Octal127326613710403533713246
Binary10101110111011011010111111000100011101110111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a3bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a3bb6; }

 p { color: rgb(10,59,182); }

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

<style>
 a { background-color: #0a3bb6; }

 a { background-color: rgb(10,59,182); }

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

<style>
 span { border-color: #0a3bb6; }

 span { border-color: rgb(10,59,182); }

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