Html Css Color HEX #123B9D Egyptian Blue

📋 copy color: '#123B9D'

red 18 ◦ green 59 ◦ blue 157

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

Shades of Egyptian Blue #123B9D

Tints of Egyptian Blue #123B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.09%

R = 7.69%
G = 25.21%
B = 67.09%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#123B9D (or 0x123B9D) is known color: Egyptian Blue. HEX triplet: 12, 3B and 9D. RGB value is (18,59,157). Sum of RGB (Red+Green+Blue) = 18+59+157=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #123B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B9D is #EDC462. Grayscale: #393939. Windows color (decimal): -15582307 or 10304274. OLE color: 10304274.

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

Color convert

RGB 18 59 157 -
CMYK 0.89 0.62 0 0.38
HSL 222.3º 0.79% 0.34% -
HSV(B) 222.3º 0.89% 0.62% -
XYZ 7.9 5.69 32.58 -
YUV 57.91 183.92 99.53 -
System Red Green Blue C M Y K H S L
Decimal 18 59 157 0.89 0.62 0 0.38 222.3 0.79 0.34
Hex 12 3B 9D 59 3E 0 26 DE 4F 22
Octal 22 73 235 131 76 0 46 336 117 42
Binary 10010 111011 10011101 1011001 111110 0 100110 11011110 1001111 100010

Color Harmonies of #123B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B9D

Black with #123B9D

Text Example


Text Example

White with #123B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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