Html Css Color HEX #0E2DB9 Persian Blue

📋 copy color: '#0E2DB9'

red 14 ◦ green 45 ◦ blue 185

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

Shades of Persian Blue #0E2DB9

Tints of Persian Blue #0E2DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 75.82%

R = 5.74%
G = 18.44%
B = 75.82%

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

#0E2DB9 (or 0x0E2DB9) is known color: Persian Blue. HEX triplet: 0E, 2D and B9. RGB value is (14,45,185). Sum of RGB (Red+Green+Blue) = 14+45+185=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #0E2DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2DB9 is #F1D246. Grayscale: #333333. Windows color (decimal): -15848007 or 12135694. OLE color: 12135694.

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

Color convert

RGB 14 45 185 -
CMYK 0.92 0.76 0 0.27
HSL 229.12º 0.86% 0.39% -
HSV(B) 229.12º 0.92% 0.73% -
XYZ 9.88 5.47 46.43 -
YUV 51.69 203.23 101.12 -
System Red Green Blue C M Y K H S L
Decimal 14 45 185 0.92 0.76 0 0.27 229.12 0.86 0.39
Hex E 2D B9 5C 4C 0 1B E5 56 27
Octal 16 55 271 134 114 0 33 345 126 47
Binary 1110 101101 10111001 1011100 1001100 0 11011 11100101 1010110 100111

Color Harmonies of #0E2DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2DB9

Black with #0E2DB9

Text Example


Text Example

White with #0E2DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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