Html Css Color HEX #10219B Egyptian Blue

📋 copy color: '#10219B'

red 16 ◦ green 33 ◦ blue 155

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

Shades of Egyptian Blue #10219B

Tints of Egyptian Blue #10219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.18%

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

R = 7.84%
G = 16.18%
B = 75.98%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10219B (or 0x10219B) is known color: Egyptian Blue. HEX triplet: 10, 21 and 9B. RGB value is (16,33,155). Sum of RGB (Red+Green+Blue) = 16+33+155=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #10219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10219B is #EFDE64. Grayscale: #292929. Windows color (decimal): -15720037 or 10166544. OLE color: 10166544.

HSL color Cylindrical-coordinate representation of color #10219B: hue angle of 232.66º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10219B is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 33 155 -
CMYK 0.90 0.79 0 0.39
HSL 232.66º 0.81% 0.34% -
HSV(B) 232.66º 0.9% 0.61% -
XYZ 6.67 3.56 31.35 -
YUV 41.83 191.87 109.58 -
System Red Green Blue C M Y K H S L
Decimal 16 33 155 0.90 0.79 0 0.39 232.66 0.81 0.34
Hex 10 21 9B 5A 4F 0 27 E9 51 22
Octal 20 41 233 132 117 0 47 351 121 42
Binary 10000 100001 10011011 1011010 1001111 0 100111 11101001 1010001 100010

Color Harmonies of #10219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10219B

Black with #10219B

Text Example


Text Example

White with #10219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10219B; }

 p { color: rgb(16,33,155); }

 H1.HeaderClassName
 {
   color: #10219B;
 }
 .AnyTagClassName
 {
   color: #10219B;
 }
</style>

background-color css

<style>
 a { background-color: #10219B; }

 a { background-color: rgb(16,33,155); }

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

border-color css

<style>
 span { border-color: #10219B; }

 span { border-color: rgb(16,33,155); }

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