Html Css Color HEX #0E2DBA Persian Blue

📋 copy color: '#0E2DBA'

red 14 ◦ green 45 ◦ blue 186

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

Shades of Persian Blue #0E2DBA

Tints of Persian Blue #0E2DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

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

R = 5.71%
G = 18.37%
B = 75.92%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E2DBA (or 0x0E2DBA) is known color: Persian Blue. HEX triplet: 0E, 2D and BA. RGB value is (14,45,186). Sum of RGB (Red+Green+Blue) = 14+45+186=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E2DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2DBA is #F1D245. Grayscale: #333333. Windows color (decimal): -15848006 or 12201230. OLE color: 12201230.

HSL color Cylindrical-coordinate representation of color #0E2DBA: hue angle of 229.19º 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 #0E2DBA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 45 186 -
CMYK 0.92 0.76 0 0.27
HSL 229.19º 0.86% 0.39% -
HSV(B) 229.19º 0.92% 0.73% -
XYZ 9.98 5.52 46.99 -
YUV 51.81 203.73 101.04 -
System Red Green Blue C M Y K H S L
Decimal 14 45 186 0.92 0.76 0 0.27 229.19 0.86 0.39
Hex E 2D BA 5C 4C 0 1B E5 56 27
Octal 16 55 272 134 114 0 33 345 126 47
Binary 1110 101101 10111010 1011100 1001100 0 11011 11100101 1010110 100111

Color Harmonies of #0E2DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2DBA

Black with #0E2DBA

Text Example


Text Example

White with #0E2DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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