Html Css Color HEX #10229F Egyptian Blue

📋 copy color: '#10229F'

red 16 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #10229F

Tints of Egyptian Blue #10229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

 BLUE value IS 159 (62.5% from 255) = 76.08%

R = 7.66%
G = 16.27%
B = 76.08%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10229F (or 0x10229F) is known color: Egyptian Blue. HEX triplet: 10, 22 and 9F. RGB value is (16,34,159). Sum of RGB (Red+Green+Blue) = 16+34+159=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #10229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10229F is #EFDD60. Grayscale: #2A2A2A. Windows color (decimal): -15719777 or 10428944. OLE color: 10428944.

HSL color Cylindrical-coordinate representation of color #10229F: hue angle of 232.45º 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 #10229F is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 34 159 -
CMYK 0.90 0.79 0 0.38
HSL 232.45º 0.82% 0.34% -
HSV(B) 232.45º 0.9% 0.62% -
XYZ 7.04 3.76 33.15 -
YUV 42.87 193.54 108.84 -
System Red Green Blue C M Y K H S L
Decimal 16 34 159 0.90 0.79 0 0.38 232.45 0.82 0.34
Hex 10 22 9F 5A 4F 0 26 E8 52 22
Octal 20 42 237 132 117 0 46 350 122 42
Binary 10000 100010 10011111 1011010 1001111 0 100110 11101000 1010010 100010

Color Harmonies of #10229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10229F

Black with #10229F

Text Example


Text Example

White with #10229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10229F; }

 p { color: rgb(16,34,159); }

 H1.HeaderClassName
 {
   color: #10229F;
 }
 .AnyTagClassName
 {
   color: #10229F;
 }
</style>

background-color css

<style>
 a { background-color: #10229F; }

 a { background-color: rgb(16,34,159); }

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

border-color css

<style>
 span { border-color: #10229F; }

 span { border-color: rgb(16,34,159); }

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