Html Css Color HEX #1020B3 Egyptian Blue

📋 copy color: '#1020B3'

red 16 ◦ green 32 ◦ blue 179

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

Shades of Egyptian Blue #1020B3

Tints of Egyptian Blue #1020B3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 179 (70.31% from 255) = 78.85%

R = 7.05%
G = 14.1%
B = 78.85%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1020B3 (or 0x1020B3) is known color: Egyptian Blue. HEX triplet: 10, 20 and B3. RGB value is (16,32,179). Sum of RGB (Red+Green+Blue) = 16+32+179=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 179 (70.31% from 255 or 78.85% from 227); Max value from RGB is 179 - color contains mainly: blue. Hex color #1020B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1020B3 is #EFDF4C. Grayscale: #2B2B2B. Windows color (decimal): -15720269 or 11739152. OLE color: 11739152.

HSL color Cylindrical-coordinate representation of color #1020B3: hue angle of 234.11º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1020B3 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 32 179 -
CMYK 0.91 0.82 0 0.30
HSL 234.11º 0.84% 0.38% -
HSV(B) 234.11º 0.91% 0.7% -
XYZ 8.87 4.4 43.03 -
YUV 43.97 204.2 108.05 -
System Red Green Blue C M Y K H S L
Decimal 16 32 179 0.91 0.82 0 0.30 234.11 0.84 0.38
Hex 10 20 B3 5B 52 0 1E EA 54 26
Octal 20 40 263 133 122 0 36 352 124 46
Binary 10000 100000 10110011 1011011 1010010 0 11110 11101010 1010100 100110

Color Harmonies of #1020B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1020B3

Black with #1020B3

Text Example


Text Example

White with #1020B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1020B3; }

 p { color: rgb(16,32,179); }

 H1.HeaderClassName
 {
   color: #1020B3;
 }
 .AnyTagClassName
 {
   color: #1020B3;
 }
</style>

background-color css

<style>
 a { background-color: #1020B3; }

 a { background-color: rgb(16,32,179); }

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

border-color css

<style>
 span { border-color: #1020B3; }

 span { border-color: rgb(16,32,179); }

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