#0C07EA

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

Shades of Blue #0C07EA

Tints of Blue #0C07EA

Color information

#0C07EA (or 0x0C07EA) is unknown color: approx Blue. HEX triplet: 0C, 07 and EA. RGB value is (12,7,234). Sum of RGB (Red+Green+Blue) = 12+7+234=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 234 (91.80% from 255 or 92.49% from 253); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C07EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C07EA is #F3F815. Grayscale: #212121. Windows color (decimal): -15988758 or 15337228. OLE color: 15337228.

HSL color Cylindrical-coordinate representation of color #0C07EA: hue angle of 241.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C07EA is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127234-
CMYK0.950.9700.08
HSL241.32º94.19%47.25%-
HSV(B)241.32º97.01%91.76%-
XYZ15.086.1778.24-
YUV34.37240.66112.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.74%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 234 (91.80% from 255) = 92.49%
R=4.74%
G=2.77%
B=92.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272340.950.9700.08241.3294.1947.25
HexC7EA5F6108f15e2f
Octal14735213714101036113657
Binary1100111111010101011111110000101000111100011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C07EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,234); }

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

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

 a { background-color: rgb(12,7,234); }

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

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

 span { border-color: rgb(12,7,234); }

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