Html Css Color HEX #0E20BA Persian Blue

📋 copy color: '#0E20BA'

red 14 ◦ green 32 ◦ blue 186

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

Shades of Persian Blue #0E20BA

Tints of Persian Blue #0E20BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 186 (73.05% from 255) = 80.17%

R = 6.03%
G = 13.79%
B = 80.17%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E20BA (or 0x0E20BA) is known color: Persian Blue. HEX triplet: 0E, 20 and BA. RGB value is (14,32,186). Sum of RGB (Red+Green+Blue) = 14+32+186=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E20BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E20BA is #F1DF45. Grayscale: #2B2B2B. Windows color (decimal): -15851334 or 12197902. OLE color: 12197902.

HSL color Cylindrical-coordinate representation of color #0E20BA: hue angle of 233.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E20BA is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 32 186 -
CMYK 0.92 0.83 0 0.27
HSL 233.72º 0.86% 0.39% -
HSV(B) 233.72º 0.92% 0.73% -
XYZ 9.56 4.67 46.85 -
YUV 44.17 208.04 106.48 -
System Red Green Blue C M Y K H S L
Decimal 14 32 186 0.92 0.83 0 0.27 233.72 0.86 0.39
Hex E 20 BA 5C 53 0 1B EA 56 27
Octal 16 40 272 134 123 0 33 352 126 47
Binary 1110 100000 10111010 1011100 1010011 0 11011 11101010 1010110 100111

Color Harmonies of #0E20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E20BA

Black with #0E20BA

Text Example


Text Example

White with #0E20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,32,186); }

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

background-color css

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

 a { background-color: rgb(14,32,186); }

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

border-color css

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

 span { border-color: rgb(14,32,186); }

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