Html Css Color HEX #0E2CBA Persian Blue

📋 copy color: '#0E2CBA'

red 14 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #0E2CBA

Tints of Persian Blue #0E2CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

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

R = 5.74%
G = 18.03%
B = 76.23%

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

#0E2CBA (or 0x0E2CBA) is known color: Persian Blue. HEX triplet: 0E, 2C and BA. RGB value is (14,44,186). Sum of RGB (Red+Green+Blue) = 14+44+186=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E2CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2CBA is #F1D345. Grayscale: #323232. Windows color (decimal): -15848262 or 12200974. OLE color: 12200974.

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

Color convert

RGB 14 44 186 -
CMYK 0.92 0.76 0 0.27
HSL 229.53º 0.86% 0.39% -
HSV(B) 229.53º 0.92% 0.73% -
XYZ 9.94 5.44 46.98 -
YUV 51.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 14 44 186 0.92 0.76 0 0.27 229.53 0.86 0.39
Hex E 2C BA 5C 4C 0 1B E6 56 27
Octal 16 54 272 134 114 0 33 346 126 47
Binary 1110 101100 10111010 1011100 1001100 0 11011 11100110 1010110 100111

Color Harmonies of #0E2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2CBA

Black with #0E2CBA

Text Example


Text Example

White with #0E2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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