#0c28af

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

Shades of Egyptian Blue #0C28AF

Tints of Egyptian Blue #0C28AF

Color information

#0C28AF (or 0x0C28AF) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 28 and AF. RGB value is (12,40,175). Sum of RGB (Red+Green+Blue) = 12+40+175=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C28AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C28AF is #F3D750. Grayscale: #2E2E2E. Windows color (decimal): -15980369 or 11479052. OLE color: 11479052.

HSL color Cylindrical-coordinate representation of color #0C28AF: hue angle of 229.69º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C28AF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1240175-
CMYK0.930.7700.31
HSL229.69º87.17%36.67%-
HSV(B)229.69º93.14%68.63%-
XYZ8.654.6941.01-
YUV47.02200.22103.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 175 (68.75% from 255) = 77.09%
R=5.29%
G=17.62%
B=77.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12401750.930.7700.31229.6987.1736.67
HexC28AF5D4D01Fe65725
Octal145025713511503734612745
Binary11001010001010111110111011001101011111111001101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c28af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,40,175); }

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

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

 a { background-color: rgb(12,40,175); }

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

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

 span { border-color: rgb(12,40,175); }

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