Html Css Color HEX #103098 Egyptian Blue

📋 copy color: '#103098'

red 16 ◦ green 48 ◦ blue 152

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

Shades of Egyptian Blue #103098

Tints of Egyptian Blue #103098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

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

R = 7.41%
G = 22.22%
B = 70.37%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#103098 (or 0x103098) is known color: Egyptian Blue. HEX triplet: 10, 30 and 98. RGB value is (16,48,152). Sum of RGB (Red+Green+Blue) = 16+48+152=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #103098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103098 is #EFCF67. Grayscale: #313131. Windows color (decimal): -15716200 or 9973776. OLE color: 9973776.

HSL color Cylindrical-coordinate representation of color #103098: hue angle of 225.88º 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 #103098 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 48 152 -
CMYK 0.89 0.68 0 0.40
HSL 225.88º 0.81% 0.33% -
HSV(B) 225.88º 0.89% 0.6% -
XYZ 6.94 4.49 30.21 -
YUV 50.29 185.4 103.54 -
System Red Green Blue C M Y K H S L
Decimal 16 48 152 0.89 0.68 0 0.40 225.88 0.81 0.33
Hex 10 30 98 59 44 0 28 E2 51 21
Octal 20 60 230 131 104 0 50 342 121 41
Binary 10000 110000 10011000 1011001 1000100 0 101000 11100010 1010001 100001

Color Harmonies of #103098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103098

Black with #103098

Text Example


Text Example

White with #103098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103098; }

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

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

background-color css

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

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

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

border-color css

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

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

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