Html Css Color HEX #10369E Egyptian Blue

📋 copy color: '#10369E'

red 16 ◦ green 54 ◦ blue 158

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

Shades of Egyptian Blue #10369E

Tints of Egyptian Blue #10369E

RGB

 RED value IS 16 (6.64% from 255) = 7.02%

 GREEN value IS 54 (21.48% from 255) = 23.68%

 BLUE value IS 158 (62.11% from 255) = 69.3%

R = 7.02%
G = 23.68%
B = 69.3%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10369E (or 0x10369E) is known color: Egyptian Blue. HEX triplet: 10, 36 and 9E. RGB value is (16,54,158). Sum of RGB (Red+Green+Blue) = 16+54+158=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #10369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10369E is #EFC961. Grayscale: #363636. Windows color (decimal): -15714658 or 10368528. OLE color: 10368528.

HSL color Cylindrical-coordinate representation of color #10369E: hue angle of 223.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10369E is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 54 158 -
CMYK 0.90 0.66 0 0.38
HSL 223.94º 0.82% 0.34% -
HSV(B) 223.94º 0.9% 0.62% -
XYZ 7.7 5.22 32.95 -
YUV 54.49 186.41 100.54 -
System Red Green Blue C M Y K H S L
Decimal 16 54 158 0.90 0.66 0 0.38 223.94 0.82 0.34
Hex 10 36 9E 5A 42 0 26 E0 52 22
Octal 20 66 236 132 102 0 46 340 122 42
Binary 10000 110110 10011110 1011010 1000010 0 100110 11100000 1010010 100010

Color Harmonies of #10369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10369E

Black with #10369E

Text Example


Text Example

White with #10369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10369E; }

 p { color: rgb(16,54,158); }

 H1.HeaderClassName
 {
   color: #10369E;
 }
 .AnyTagClassName
 {
   color: #10369E;
 }
</style>

background-color css

<style>
 a { background-color: #10369E; }

 a { background-color: rgb(16,54,158); }

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

border-color css

<style>
 span { border-color: #10369E; }

 span { border-color: rgb(16,54,158); }

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