Html Css Color HEX #0E2FA7 Egyptian Blue

📋 copy color: '#0E2FA7'

red 14 ◦ green 47 ◦ blue 167

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

Shades of Egyptian Blue #0E2FA7

Tints of Egyptian Blue #0E2FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 73.25%

R = 6.14%
G = 20.61%
B = 73.25%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0E2FA7 (or 0x0E2FA7) is known color: Egyptian Blue. HEX triplet: 0E, 2F and A7. RGB value is (14,47,167). Sum of RGB (Red+Green+Blue) = 14+47+167=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 167 (65.62% from 255 or 73.25% from 228); Max value from RGB is 167 - color contains mainly: blue. Hex color #0E2FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2FA7 is #F1D058. Grayscale: #323232. Windows color (decimal): -15847513 or 10956558. OLE color: 10956558.

HSL color Cylindrical-coordinate representation of color #0E2FA7: hue angle of 227.06º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2FA7 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 47 167 -
CMYK 0.92 0.72 0 0.35
HSL 227.06º 0.85% 0.35% -
HSV(B) 227.06º 0.92% 0.65% -
XYZ 8.17 4.92 37.08 -
YUV 50.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 14 47 167 0.92 0.72 0 0.35 227.06 0.85 0.35
Hex E 2F A7 5C 48 0 23 E3 55 23
Octal 16 57 247 134 110 0 43 343 125 43
Binary 1110 101111 10100111 1011100 1001000 0 100011 11100011 1010101 100011

Color Harmonies of #0E2FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2FA7

Black with #0E2FA7

Text Example


Text Example

White with #0E2FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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