Html Css Color HEX #0E2BBF Persian Blue

📋 copy color: '#0E2BBF'

red 14 ◦ green 43 ◦ blue 191

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

Shades of Persian Blue #0E2BBF

Tints of Persian Blue #0E2BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.34%

 BLUE value IS 191 (75% from 255) = 77.02%

R = 5.65%
G = 17.34%
B = 77.02%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E2BBF (or 0x0E2BBF) is known color: Persian Blue. HEX triplet: 0E, 2B and BF. RGB value is (14,43,191). Sum of RGB (Red+Green+Blue) = 14+43+191=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E2BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2BBF is #F1D440. Grayscale: #323232. Windows color (decimal): -15848513 or 12528398. OLE color: 12528398.

HSL color Cylindrical-coordinate representation of color #0E2BBF: hue angle of 230.17º 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 #0E2BBF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 43 191 -
CMYK 0.93 0.77 0 0.25
HSL 230.17º 0.86% 0.4% -
HSV(B) 230.17º 0.93% 0.75% -
XYZ 10.45 5.58 49.82 -
YUV 51.2 206.89 101.47 -
System Red Green Blue C M Y K H S L
Decimal 14 43 191 0.93 0.77 0 0.25 230.17 0.86 0.4
Hex E 2B BF 5D 4D 0 19 E6 56 28
Octal 16 53 277 135 115 0 31 346 126 50
Binary 1110 101011 10111111 1011101 1001101 0 11001 11100110 1010110 101000

Color Harmonies of #0E2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2BBF

Black with #0E2BBF

Text Example


Text Example

White with #0E2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,43,191); }

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

background-color css

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

 a { background-color: rgb(14,43,191); }

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

border-color css

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

 span { border-color: rgb(14,43,191); }

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