Html Css Color HEX #0E35AD Egyptian Blue

📋 copy color: '#0E35AD'

red 14 ◦ green 53 ◦ blue 173

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

Shades of Egyptian Blue #0E35AD

Tints of Egyptian Blue #0E35AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 5.83%
G = 22.08%
B = 72.08%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E35AD (or 0x0E35AD) is known color: Egyptian Blue. HEX triplet: 0E, 35 and AD. RGB value is (14,53,173). Sum of RGB (Red+Green+Blue) = 14+53+173=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E35AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E35AD is #F1CA52. Grayscale: #363636. Windows color (decimal): -15845971 or 11351310. OLE color: 11351310.

HSL color Cylindrical-coordinate representation of color #0E35AD: hue angle of 225.28º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E35AD is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 53 173 -
CMYK 0.92 0.69 0 0.32
HSL 225.28º 0.85% 0.37% -
HSV(B) 225.28º 0.92% 0.68% -
XYZ 9 5.66 40.15 -
YUV 55.02 194.58 98.74 -
System Red Green Blue C M Y K H S L
Decimal 14 53 173 0.92 0.69 0 0.32 225.28 0.85 0.37
Hex E 35 AD 5C 45 0 20 E1 55 25
Octal 16 65 255 134 105 0 40 341 125 45
Binary 1110 110101 10101101 1011100 1000101 0 100000 11100001 1010101 100101

Color Harmonies of #0E35AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E35AD

Black with #0E35AD

Text Example


Text Example

White with #0E35AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,173); }

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

background-color css

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

 a { background-color: rgb(14,53,173); }

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

border-color css

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

 span { border-color: rgb(14,53,173); }

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