Html Css Color HEX #0E27DF Persian Blue

📋 copy color: '#0E27DF'

red 14 ◦ green 39 ◦ blue 223

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

Shades of Persian Blue #0E27DF

Tints of Persian Blue #0E27DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

 BLUE value IS 223 (87.5% from 255) = 80.8%

R = 5.07%
G = 14.13%
B = 80.8%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E27DF (or 0x0E27DF) is known color: Persian Blue. HEX triplet: 0E, 27 and DF. RGB value is (14,39,223). Sum of RGB (Red+Green+Blue) = 14+39+223=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E27DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E27DF is #F1D820. Grayscale: #333333. Windows color (decimal): -15849505 or 14624526. OLE color: 14624526.

HSL color Cylindrical-coordinate representation of color #0E27DF: hue angle of 232.82º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E27DF is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 39 223 -
CMYK 0.94 0.83 0 0.13
HSL 232.82º 0.88% 0.46% -
HSV(B) 232.82º 0.94% 0.87% -
XYZ 14.23 6.87 70.39 -
YUV 52.5 224.22 100.54 -
System Red Green Blue C M Y K H S L
Decimal 14 39 223 0.94 0.83 0 0.13 232.82 0.88 0.46
Hex E 27 DF 5E 53 0 D E9 58 2E
Octal 16 47 337 136 123 0 15 351 130 56
Binary 1110 100111 11011111 1011110 1010011 0 1101 11101001 1011000 101110

Color Harmonies of #0E27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E27DF

Black with #0E27DF

Text Example


Text Example

White with #0E27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,39,223); }

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

background-color css

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

 a { background-color: rgb(14,39,223); }

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

border-color css

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

 span { border-color: rgb(14,39,223); }

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