#0a2ece

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

Shades of Persian Blue #0A2ECE

Tints of Persian Blue #0A2ECE

Color information

#0A2ECE (or 0x0A2ECE) is unknown color: approx Persian Blue. HEX triplet: 0A, 2E and CE. RGB value is (10,46,206). Sum of RGB (Red+Green+Blue) = 10+46+206=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A2ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2ECE is #F5D131. Grayscale: #343434. Windows color (decimal): -16109874 or 13512202. OLE color: 13512202.

HSL color Cylindrical-coordinate representation of color #0A2ECE: hue angle of 228.98º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2ECE is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1046206-
CMYK0.950.7800.19
HSL228.98º90.74%42.35%-
HSV(B)228.98º95.15%80.78%-
XYZ12.246.4759-
YUV53.48214.0796.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 206 (80.86% from 255) = 78.63%
R=3.82%
G=17.56%
B=78.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10462060.950.7800.19228.9890.7442.35
HexA2ECE5F4E013e55b2a
Octal125631613711602334513352
Binary10101011101100111010111111001110010011111001011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a2ece

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,46,206); }

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

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

 a { background-color: rgb(10,46,206); }

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

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

 span { border-color: rgb(10,46,206); }

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