Html Css Color HEX #1023A1 Egyptian Blue

📋 copy color: '#1023A1'

red 16 ◦ green 35 ◦ blue 161

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

Shades of Egyptian Blue #1023A1

Tints of Egyptian Blue #1023A1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

 BLUE value IS 161 (63.28% from 255) = 75.94%

R = 7.55%
G = 16.51%
B = 75.94%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1023A1 (or 0x1023A1) is known color: Egyptian Blue. HEX triplet: 10, 23 and A1. RGB value is (16,35,161). Sum of RGB (Red+Green+Blue) = 16+35+161=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 161 (63.28% from 255 or 75.94% from 212); Max value from RGB is 161 - color contains mainly: blue. Hex color #1023A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1023A1 is #EFDC5E. Grayscale: #2B2B2B. Windows color (decimal): -15719519 or 10560272. OLE color: 10560272.

HSL color Cylindrical-coordinate representation of color #1023A1: hue angle of 232.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1023A1 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 35 161 -
CMYK 0.90 0.78 0 0.37
HSL 232.14º 0.82% 0.35% -
HSV(B) 232.14º 0.9% 0.63% -
XYZ 7.25 3.89 34.09 -
YUV 43.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 16 35 161 0.90 0.78 0 0.37 232.14 0.82 0.35
Hex 10 23 A1 5A 4E 0 25 E8 52 23
Octal 20 43 241 132 116 0 45 350 122 43
Binary 10000 100011 10100001 1011010 1001110 0 100101 11101000 1010010 100011

Color Harmonies of #1023A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1023A1

Black with #1023A1

Text Example


Text Example

White with #1023A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1023A1; }

 p { color: rgb(16,35,161); }

 H1.HeaderClassName
 {
   color: #1023A1;
 }
 .AnyTagClassName
 {
   color: #1023A1;
 }
</style>

background-color css

<style>
 a { background-color: #1023A1; }

 a { background-color: rgb(16,35,161); }

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

border-color css

<style>
 span { border-color: #1023A1; }

 span { border-color: rgb(16,35,161); }

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