Html Css Color HEX #0E3AD7 Persian Blue

📋 copy color: '#0E3AD7'

red 14 ◦ green 58 ◦ blue 215

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

Shades of Persian Blue #0E3AD7

Tints of Persian Blue #0E3AD7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

 BLUE value IS 215 (84.38% from 255) = 74.91%

R = 4.88%
G = 20.21%
B = 74.91%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0E3AD7 (or 0x0E3AD7) is known color: Persian Blue. HEX triplet: 0E, 3A and D7. RGB value is (14,58,215). Sum of RGB (Red+Green+Blue) = 14+58+215=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 215 (84.38% from 255 or 74.91% from 287); Max value from RGB is 215 - color contains mainly: blue. Hex color #0E3AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3AD7 is #F1C528. Grayscale: #3E3E3E. Windows color (decimal): -15844649 or 14105102. OLE color: 14105102.

HSL color Cylindrical-coordinate representation of color #0E3AD7: hue angle of 226.87º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3AD7 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 58 215 -
CMYK 0.93 0.73 0 0.16
HSL 226.87º 0.88% 0.45% -
HSV(B) 226.87º 0.93% 0.84% -
XYZ 13.96 8.03 65.1 -
YUV 62.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 14 58 215 0.93 0.73 0 0.16 226.87 0.88 0.45
Hex E 3A D7 5D 49 0 10 E3 58 2D
Octal 16 72 327 135 111 0 20 343 130 55
Binary 1110 111010 11010111 1011101 1001001 0 10000 11100011 1011000 101101

Color Harmonies of #0E3AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3AD7

Black with #0E3AD7

Text Example


Text Example

White with #0E3AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,58,215); }

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

background-color css

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

 a { background-color: rgb(14,58,215); }

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

border-color css

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

 span { border-color: rgb(14,58,215); }

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