Html Css Color HEX #0E1FBA Persian Blue

📋 copy color: '#0E1FBA'

red 14 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #0E1FBA

Tints of Persian Blue #0E1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

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

R = 6.06%
G = 13.42%
B = 80.52%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E1FBA (or 0x0E1FBA) is known color: Persian Blue. HEX triplet: 0E, 1F and BA. RGB value is (14,31,186). Sum of RGB (Red+Green+Blue) = 14+31+186=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E1FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1FBA is #F1E045. Grayscale: #2A2A2A. Windows color (decimal): -15851590 or 12197646. OLE color: 12197646.

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

Color convert

RGB 14 31 186 -
CMYK 0.92 0.83 0 0.27
HSL 234.07º 0.86% 0.39% -
HSV(B) 234.07º 0.92% 0.73% -
XYZ 9.53 4.62 46.84 -
YUV 43.59 208.37 106.9 -
System Red Green Blue C M Y K H S L
Decimal 14 31 186 0.92 0.83 0 0.27 234.07 0.86 0.39
Hex E 1F BA 5C 53 0 1B EA 56 27
Octal 16 37 272 134 123 0 33 352 126 47
Binary 1110 11111 10111010 1011100 1010011 0 11011 11101010 1010110 100111

Color Harmonies of #0E1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1FBA

Black with #0E1FBA

Text Example


Text Example

White with #0E1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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