Html Css Color HEX #0E3CEC Persian Blue

📋 copy color: '#0E3CEC'

red 14 ◦ green 60 ◦ blue 236

#0E3CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0E3CEC

Tints of Persian Blue #0E3CEC

RGB

 RED value IS 14 (5.86% from 255) = 4.52%

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 236 (92.58% from 255) = 76.13%

R = 4.52%
G = 19.35%
B = 76.13%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0E3CEC (or 0x0E3CEC) is known color: Persian Blue. HEX triplet: 0E, 3C and EC. RGB value is (14,60,236). Sum of RGB (Red+Green+Blue) = 14+60+236=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #0E3CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E3CEC is #F1C313. Grayscale: #414141. Windows color (decimal): -15844116 or 15481870. OLE color: 15481870.

HSL color Cylindrical-coordinate representation of color #0E3CEC: hue angle of 227.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E3CEC is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 60 236 -
CMYK 0.94 0.75 0 0.07
HSL 227.57º 0.89% 0.49% -
HSV(B) 227.57º 0.94% 0.93% -
XYZ 16.94 9.38 80.27 -
YUV 66.31 223.76 90.69 -
System Red Green Blue C M Y K H S L
Decimal 14 60 236 0.94 0.75 0 0.07 227.57 0.89 0.49
Hex E 3C EC 5E 4B 0 7 E4 59 31
Octal 16 74 354 136 113 0 7 344 131 61
Binary 1110 111100 11101100 1011110 1001011 0 111 11100100 1011001 110001

Color Harmonies of #0E3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3CEC

Black with #0E3CEC

Text Example


Text Example

White with #0E3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,60,236); }

 H1.HeaderClassName
 {
   color: #0E3CEC;
 }
 .AnyTagClassName
 {
   color: #0E3CEC;
 }
</style>

background-color css

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

 a { background-color: rgb(14,60,236); }

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

border-color css

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

 span { border-color: rgb(14,60,236); }

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