#0C3FAC

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

Shades of Egyptian Blue #0C3FAC

Tints of Egyptian Blue #0C3FAC

Color information

#0C3FAC (or 0x0C3FAC) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 3F and AC. RGB value is (12,63,172). Sum of RGB (Red+Green+Blue) = 12+63+172=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C3FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3FAC is #F3C053. Grayscale: #3B3B3B. Windows color (decimal): -15974484 or 11288332. OLE color: 11288332.

HSL color Cylindrical-coordinate representation of color #0C3FAC: hue angle of 220.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C3FAC is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1263172-
CMYK0.930.6300.33
HSL220.88º86.96%36.08%-
HSV(B)220.88º93.02%67.45%-
XYZ9.386.6139.81-
YUV60.18191.193.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 63 (25% from 255) = 25.51%
BLUE value IS 172 (67.58% from 255) = 69.64%
R=4.86%
G=25.51%
B=69.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12631720.930.6300.33220.8886.9636.08
HexC3FAC5D3F021dd5724
Octal14772541357704133512744
Binary11001111111010110010111011111110100001110111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,63,172); }

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

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

 a { background-color: rgb(12,63,172); }

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

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

 span { border-color: rgb(12,63,172); }

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