Html Css Color HEX #102998 Egyptian Blue

📋 copy color: '#102998'

red 16 ◦ green 41 ◦ blue 152

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

Shades of Egyptian Blue #102998

Tints of Egyptian Blue #102998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 152 (59.77% from 255) = 72.73%

R = 7.66%
G = 19.62%
B = 72.73%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#102998 (or 0x102998) is known color: Egyptian Blue. HEX triplet: 10, 29 and 98. RGB value is (16,41,152). Sum of RGB (Red+Green+Blue) = 16+41+152=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #102998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102998 is #EFD667. Grayscale: #2D2D2D. Windows color (decimal): -15717992 or 9971984. OLE color: 9971984.

HSL color Cylindrical-coordinate representation of color #102998: hue angle of 228.97º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102998 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 41 152 -
CMYK 0.89 0.73 0 0.40
HSL 228.97º 0.81% 0.33% -
HSV(B) 228.97º 0.89% 0.6% -
XYZ 6.67 3.96 30.12 -
YUV 46.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 16 41 152 0.89 0.73 0 0.40 228.97 0.81 0.33
Hex 10 29 98 59 49 0 28 E5 51 21
Octal 20 51 230 131 111 0 50 345 121 41
Binary 10000 101001 10011000 1011001 1001001 0 101000 11100101 1010001 100001

Color Harmonies of #102998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102998

Black with #102998

Text Example


Text Example

White with #102998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102998; }

 p { color: rgb(16,41,152); }

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

background-color css

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

 a { background-color: rgb(16,41,152); }

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

border-color css

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

 span { border-color: rgb(16,41,152); }

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