Html Css Color HEX #10249C Egyptian Blue

📋 copy color: '#10249C'

red 16 ◦ green 36 ◦ blue 156

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

Shades of Egyptian Blue #10249C

Tints of Egyptian Blue #10249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 156 (61.33% from 255) = 75%

R = 7.69%
G = 17.31%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10249C (or 0x10249C) is known color: Egyptian Blue. HEX triplet: 10, 24 and 9C. RGB value is (16,36,156). Sum of RGB (Red+Green+Blue) = 16+36+156=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #10249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10249C is #EFDB63. Grayscale: #2B2B2B. Windows color (decimal): -15719268 or 10232848. OLE color: 10232848.

HSL color Cylindrical-coordinate representation of color #10249C: hue angle of 231.43º 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 #10249C is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 36 156 -
CMYK 0.90 0.77 0 0.39
HSL 231.43º 0.81% 0.34% -
HSV(B) 231.43º 0.9% 0.61% -
XYZ 6.85 3.77 31.82 -
YUV 43.7 191.37 108.24 -
System Red Green Blue C M Y K H S L
Decimal 16 36 156 0.90 0.77 0 0.39 231.43 0.81 0.34
Hex 10 24 9C 5A 4D 0 27 E7 51 22
Octal 20 44 234 132 115 0 47 347 121 42
Binary 10000 100100 10011100 1011010 1001101 0 100111 11100111 1010001 100010

Color Harmonies of #10249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10249C

Black with #10249C

Text Example


Text Example

White with #10249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10249C; }

 p { color: rgb(16,36,156); }

 H1.HeaderClassName
 {
   color: #10249C;
 }
 .AnyTagClassName
 {
   color: #10249C;
 }
</style>

background-color css

<style>
 a { background-color: #10249C; }

 a { background-color: rgb(16,36,156); }

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

border-color css

<style>
 span { border-color: #10249C; }

 span { border-color: rgb(16,36,156); }

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