#0c33a3

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

Shades of Egyptian Blue #0C33A3

Tints of Egyptian Blue #0C33A3

Color information

#0C33A3 (or 0x0C33A3) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 33 and A3. RGB value is (12,51,163). Sum of RGB (Red+Green+Blue) = 12+51+163=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C33A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C33A3 is #F3CC5C. Grayscale: #333333. Windows color (decimal): -15977565 or 10695436. OLE color: 10695436.

HSL color Cylindrical-coordinate representation of color #0C33A3: hue angle of 224.5º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C33A3 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1251163-
CMYK0.930.6900.36
HSL224.5º86.29%34.31%-
HSV(B)224.5º92.64%63.92%-
XYZ7.955.0935.21-
YUV52.11190.5899.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.31%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 163 (64.06% from 255) = 72.12%
R=5.31%
G=22.57%
B=72.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12511630.930.6900.36224.586.2934.31
HexC33A35D45024e15622
Octal146324313510504434112642
Binary110011001110100011101110110001010100100111000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c33a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,163); }

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

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

 a { background-color: rgb(12,51,163); }

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

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

 span { border-color: rgb(12,51,163); }

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