Html Css Color HEX #123B9F Egyptian Blue

📋 copy color: '#123B9F'

red 18 ◦ green 59 ◦ blue 159

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

Shades of Egyptian Blue #123B9F

Tints of Egyptian Blue #123B9F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

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

R = 7.63%
G = 25%
B = 67.37%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#123B9F (or 0x123B9F) is known color: Egyptian Blue. HEX triplet: 12, 3B and 9F. RGB value is (18,59,159). Sum of RGB (Red+Green+Blue) = 18+59+159=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #123B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B9F is #EDC460. Grayscale: #393939. Windows color (decimal): -15582305 or 10435346. OLE color: 10435346.

HSL color Cylindrical-coordinate representation of color #123B9F: hue angle of 222.55º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123B9F is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 59 159 -
CMYK 0.89 0.63 0 0.38
HSL 222.55º 0.8% 0.35% -
HSV(B) 222.55º 0.89% 0.62% -
XYZ 8.07 5.76 33.49 -
YUV 58.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 18 59 159 0.89 0.63 0 0.38 222.55 0.8 0.35
Hex 12 3B 9F 59 3F 0 26 DF 50 23
Octal 22 73 237 131 77 0 46 337 120 43
Binary 10010 111011 10011111 1011001 111111 0 100110 11011111 1010000 100011

Color Harmonies of #123B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B9F

Black with #123B9F

Text Example


Text Example

White with #123B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,159); }

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

background-color css

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

 a { background-color: rgb(18,59,159); }

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

border-color css

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

 span { border-color: rgb(18,59,159); }

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