#010CEA

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

Shades of Blue #010CEA

Tints of Blue #010CEA

Color information

#010CEA (or 0x010CEA) is unknown color: approx Blue. HEX triplet: 01, 0C and EA. RGB value is (1,12,234). Sum of RGB (Red+Green+Blue) = 1+12+234=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 234 (91.80% from 255 or 94.74% from 247); Max value from RGB is 234 - color contains mainly: blue. Hex color #010CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CEA is #FEF315. Grayscale: #212121. Windows color (decimal): -16708374 or 15338497. OLE color: 15338497.

HSL color Cylindrical-coordinate representation of color #010CEA: hue angle of 237.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CEA is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112234-
CMYK1.000.9500.08
HSL237.17º99.15%46.08%-
HSV(B)237.17º99.57%91.76%-
XYZ156.2178.25-
YUV34.02240.86104.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 234 (91.80% from 255) = 94.74%
R=0.40%
G=4.86%
B=94.74%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341.000.9500.08237.1799.1546.08
Hex1CEA645F08ed632e
Octal11435214413701035514356
Binary11100111010101100100101111101000111011011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010CEA; }

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

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

<style>
 a { background-color: #010CEA; }

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

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

<style>
 span { border-color: #010CEA; }

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

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