#0A33B6

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

Shades of Egyptian Blue #0A33B6

Tints of Egyptian Blue #0A33B6

Color information

#0A33B6 (or 0x0A33B6) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 33 and B6. RGB value is (10,51,182). Sum of RGB (Red+Green+Blue) = 10+51+182=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 182 (71.48% from 255 or 74.90% from 243); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A33B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A33B6 is #F5CC49. Grayscale: #353535. Windows color (decimal): -16108618 or 11940618. OLE color: 11940618.

HSL color Cylindrical-coordinate representation of color #0A33B6: hue angle of 225.7º 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 #0A33B6 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1051182-
CMYK0.950.7200.29
HSL225.7º89.58%37.65%-
HSV(B)225.7º94.51%71.37%-
XYZ9.755.8144.86-
YUV53.68200.4296.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.12%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 182 (71.48% from 255) = 74.90%
R=4.12%
G=20.99%
B=74.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10511820.950.7200.29225.789.5837.65
HexA33B65F4801De25a26
Octal126326613711003534213246
Binary10101100111011011010111111001000011101111000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A33B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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