#0c23a3

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

Shades of Egyptian Blue #0C23A3

Tints of Egyptian Blue #0C23A3

Color information

#0C23A3 (or 0x0C23A3) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 23 and A3. RGB value is (12,35,163). Sum of RGB (Red+Green+Blue) = 12+35+163=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 163 (64.06% from 255 or 77.62% from 210); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C23A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C23A3 is #F3DC5C. Grayscale: #2A2A2A. Windows color (decimal): -15981661 or 10691340. OLE color: 10691340.

HSL color Cylindrical-coordinate representation of color #0C23A3: hue angle of 230.86º 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 #0C23A3 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1235163-
CMYK0.930.7900.36
HSL230.86º86.29%34.31%-
HSV(B)230.86º92.64%63.92%-
XYZ7.363.9235.02-
YUV42.72195.88106.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.71%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 163 (64.06% from 255) = 77.62%
R=5.71%
G=16.67%
B=77.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12351630.930.7900.36230.8686.2934.31
HexC23A35D4F024e75622
Octal144324313511704434712642
Binary110010001110100011101110110011110100100111001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c23a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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