Html Css Color HEX #123F98 Egyptian Blue

📋 copy color: '#123F98'

red 18 ◦ green 63 ◦ blue 152

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

Shades of Egyptian Blue #123F98

Tints of Egyptian Blue #123F98

RGB

 RED value IS 18 (7.42% from 255) = 7.73%

 GREEN value IS 63 (25% from 255) = 27.04%

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

R = 7.73%
G = 27.04%
B = 65.24%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#123F98 (or 0x123F98) is known color: Egyptian Blue. HEX triplet: 12, 3F and 98. RGB value is (18,63,152). Sum of RGB (Red+Green+Blue) = 18+63+152=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #123F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F98 is #EDC067. Grayscale: #3B3B3B. Windows color (decimal): -15581288 or 9977618. OLE color: 9977618.

HSL color Cylindrical-coordinate representation of color #123F98: hue angle of 219.85º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123F98 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 63 152 -
CMYK 0.88 0.59 0 0.40
HSL 219.85º 0.79% 0.33% -
HSV(B) 219.85º 0.88% 0.6% -
XYZ 7.69 5.95 30.45 -
YUV 59.69 180.09 98.26 -
System Red Green Blue C M Y K H S L
Decimal 18 63 152 0.88 0.59 0 0.40 219.85 0.79 0.33
Hex 12 3F 98 58 3B 0 28 DC 4F 21
Octal 22 77 230 130 73 0 50 334 117 41
Binary 10010 111111 10011000 1011000 111011 0 101000 11011100 1001111 100001

Color Harmonies of #123F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F98

Black with #123F98

Text Example


Text Example

White with #123F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123F98; }

 p { color: rgb(18,63,152); }

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

background-color css

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

 a { background-color: rgb(18,63,152); }

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

border-color css

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

 span { border-color: rgb(18,63,152); }

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