Html Css Color HEX #0E2FBE Persian Blue

📋 copy color: '#0E2FBE'

red 14 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #0E2FBE

Tints of Persian Blue #0E2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.73%

 BLUE value IS 190 (74.61% from 255) = 75.7%

R = 5.58%
G = 18.73%
B = 75.7%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E2FBE (or 0x0E2FBE) is known color: Persian Blue. HEX triplet: 0E, 2F and BE. RGB value is (14,47,190). Sum of RGB (Red+Green+Blue) = 14+47+190=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 190 (74.61% from 255 or 75.70% from 251); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E2FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2FBE is #F1D041. Grayscale: #343434. Windows color (decimal): -15847490 or 12463886. OLE color: 12463886.

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

Color convert

RGB 14 47 190 -
CMYK 0.93 0.75 0 0.25
HSL 228.75º 0.86% 0.4% -
HSV(B) 228.75º 0.93% 0.75% -
XYZ 10.49 5.84 49.29 -
YUV 53.44 205.07 99.87 -
System Red Green Blue C M Y K H S L
Decimal 14 47 190 0.93 0.75 0 0.25 228.75 0.86 0.4
Hex E 2F BE 5D 4B 0 19 E5 56 28
Octal 16 57 276 135 113 0 31 345 126 50
Binary 1110 101111 10111110 1011101 1001011 0 11001 11100101 1010110 101000

Color Harmonies of #0E2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2FBE

Black with #0E2FBE

Text Example


Text Example

White with #0E2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,47,190); }

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

background-color css

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

 a { background-color: rgb(14,47,190); }

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

border-color css

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

 span { border-color: rgb(14,47,190); }

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