Html Css Color HEX #0E3CAB Egyptian Blue

📋 copy color: '#0E3CAB'

red 14 ◦ green 60 ◦ blue 171

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

Shades of Egyptian Blue #0E3CAB

Tints of Egyptian Blue #0E3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 171 (67.19% from 255) = 69.8%

R = 5.71%
G = 24.49%
B = 69.8%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E3CAB (or 0x0E3CAB) is known color: Egyptian Blue. HEX triplet: 0E, 3C and AB. RGB value is (14,60,171). Sum of RGB (Red+Green+Blue) = 14+60+171=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E3CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3CAB is #F1C354. Grayscale: #3A3A3A. Windows color (decimal): -15844181 or 11222030. OLE color: 11222030.

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

Color convert

RGB 14 60 171 -
CMYK 0.92 0.65 0 0.33
HSL 222.42º 0.85% 0.36% -
HSV(B) 222.42º 0.92% 0.67% -
XYZ 9.15 6.27 39.26 -
YUV 58.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 14 60 171 0.92 0.65 0 0.33 222.42 0.85 0.36
Hex E 3C AB 5C 41 0 21 DE 55 24
Octal 16 74 253 134 101 0 41 336 125 44
Binary 1110 111100 10101011 1011100 1000001 0 100001 11011110 1010101 100100

Color Harmonies of #0E3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3CAB

Black with #0E3CAB

Text Example


Text Example

White with #0E3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,60,171); }

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

background-color css

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

 a { background-color: rgb(14,60,171); }

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

border-color css

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

 span { border-color: rgb(14,60,171); }

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