#0E2CC1

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

Shades of Persian Blue #0E2CC1

Tints of Persian Blue #0E2CC1

Color information

#0E2CC1 (or 0x0E2CC1) is unknown color: approx Persian Blue. HEX triplet: 0E, 2C and C1. RGB value is (14,44,193). Sum of RGB (Red+Green+Blue) = 14+44+193=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 193 (75.78% from 255 or 76.89% from 251); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E2CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2CC1 is #F1D33E. Grayscale: #333333. Windows color (decimal): -15848255 or 12659726. OLE color: 12659726.

HSL color Cylindrical-coordinate representation of color #0E2CC1: hue angle of 229.94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E2CC1 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1444193-
CMYK0.930.7700.24
HSL229.94º86.47%40.59%-
HSV(B)229.94º92.75%75.69%-
XYZ10.715.7451-
YUV52.02207.56100.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 44 (17.58% from 255) = 17.53%
BLUE value IS 193 (75.78% from 255) = 76.89%
R=5.58%
G=17.53%
B=76.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14441930.930.7700.24229.9486.4740.59
HexE2CC15D4D018e65629
Octal165430113511503034612651
Binary11101011001100000110111011001101011000111001101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,44,193); }

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

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

 a { background-color: rgb(14,44,193); }

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

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

 span { border-color: rgb(14,44,193); }

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