#0E23CA

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

Shades of Persian Blue #0E23CA

Tints of Persian Blue #0E23CA

Color information

#0E23CA (or 0x0E23CA) is unknown color: approx Persian Blue. HEX triplet: 0E, 23 and CA. RGB value is (14,35,202). Sum of RGB (Red+Green+Blue) = 14+35+202=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E23CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E23CA is #F1DC35. Grayscale: #2F2F2F. Windows color (decimal): -15850550 or 13247246. OLE color: 13247246.

HSL color Cylindrical-coordinate representation of color #0E23CA: hue angle of 233.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E23CA is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1435202-
CMYK0.930.8300.21
HSL233.3º87.04%42.35%-
HSV(B)233.3º93.07%79.22%-
XYZ11.445.5656.35-
YUV47.76215.04103.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 202 (79.30% from 255) = 80.48%
R=5.58%
G=13.94%
B=80.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14352020.930.8300.21233.387.0442.35
HexE23CA5D53015e9572a
Octal164331213512302535112752
Binary11101000111100101010111011010011010101111010011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E23CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,35,202); }

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

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

 a { background-color: rgb(14,35,202); }

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

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

 span { border-color: rgb(14,35,202); }

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