Html Css Color HEX #0E3FBA Persian Blue

📋 copy color: '#0E3FBA'

red 14 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #0E3FBA

Tints of Persian Blue #0E3FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

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

R = 5.32%
G = 23.95%
B = 70.72%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E3FBA (or 0x0E3FBA) is known color: Persian Blue. HEX triplet: 0E, 3F and BA. RGB value is (14,63,186). Sum of RGB (Red+Green+Blue) = 14+63+186=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E3FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3FBA is #F1C045. Grayscale: #3D3D3D. Windows color (decimal): -15843398 or 12205838. OLE color: 12205838.

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

Color convert

RGB 14 63 186 -
CMYK 0.92 0.66 0 0.27
HSL 222.91º 0.86% 0.39% -
HSV(B) 222.91º 0.92% 0.73% -
XYZ 10.82 7.19 47.27 -
YUV 62.37 197.77 93.5 -
System Red Green Blue C M Y K H S L
Decimal 14 63 186 0.92 0.66 0 0.27 222.91 0.86 0.39
Hex E 3F BA 5C 42 0 1B DF 56 27
Octal 16 77 272 134 102 0 33 337 126 47
Binary 1110 111111 10111010 1011100 1000010 0 11011 11011111 1010110 100111

Color Harmonies of #0E3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3FBA

Black with #0E3FBA

Text Example


Text Example

White with #0E3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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