Html Css Color HEX #0E3CBE Persian Blue

📋 copy color: '#0E3CBE'

red 14 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #0E3CBE

Tints of Persian Blue #0E3CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 5.3%
G = 22.73%
B = 71.97%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E3CBE (or 0x0E3CBE) is known color: Persian Blue. HEX triplet: 0E, 3C and BE. RGB value is (14,60,190). Sum of RGB (Red+Green+Blue) = 14+60+190=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E3CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3CBE is #F1C341. Grayscale: #3C3C3C. Windows color (decimal): -15844162 or 12467214. OLE color: 12467214.

HSL color Cylindrical-coordinate representation of color #0E3CBE: hue angle of 224.32º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3CBE is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 60 190 -
CMYK 0.93 0.68 0 0.25
HSL 224.32º 0.86% 0.4% -
HSV(B) 224.32º 0.93% 0.75% -
XYZ 11.09 7.04 49.49 -
YUV 61.07 200.76 94.43 -
System Red Green Blue C M Y K H S L
Decimal 14 60 190 0.93 0.68 0 0.25 224.32 0.86 0.4
Hex E 3C BE 5D 44 0 19 E0 56 28
Octal 16 74 276 135 104 0 31 340 126 50
Binary 1110 111100 10111110 1011101 1000100 0 11001 11100000 1010110 101000

Color Harmonies of #0E3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3CBE

Black with #0E3CBE

Text Example


Text Example

White with #0E3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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