Html Css Color HEX #0E3C9B Egyptian Blue

📋 copy color: '#0E3C9B'

red 14 ◦ green 60 ◦ blue 155

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

Shades of Egyptian Blue #0E3C9B

Tints of Egyptian Blue #0E3C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.69%

R = 6.11%
G = 26.2%
B = 67.69%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E3C9B (or 0x0E3C9B) is known color: Egyptian Blue. HEX triplet: 0E, 3C and 9B. RGB value is (14,60,155). Sum of RGB (Red+Green+Blue) = 14+60+155=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E3C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3C9B is #F1C364. Grayscale: #383838. Windows color (decimal): -15844197 or 10173454. OLE color: 10173454.

HSL color Cylindrical-coordinate representation of color #0E3C9B: hue angle of 220.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3C9B is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 60 155 -
CMYK 0.91 0.61 0 0.39
HSL 220.43º 0.83% 0.33% -
HSV(B) 220.43º 0.91% 0.61% -
XYZ 7.71 5.69 31.7 -
YUV 57.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 14 60 155 0.91 0.61 0 0.39 220.43 0.83 0.33
Hex E 3C 9B 5B 3D 0 27 DC 53 21
Octal 16 74 233 133 75 0 47 334 123 41
Binary 1110 111100 10011011 1011011 111101 0 100111 11011100 1010011 100001

Color Harmonies of #0E3C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3C9B

Black with #0E3C9B

Text Example


Text Example

White with #0E3C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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