Html Css Color HEX #123D9D Egyptian Blue

📋 copy color: '#123D9D'

red 18 ◦ green 61 ◦ blue 157

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

Shades of Egyptian Blue #123D9D

Tints of Egyptian Blue #123D9D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.85%

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

R = 7.63%
G = 25.85%
B = 66.53%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#123D9D (or 0x123D9D) is known color: Egyptian Blue. HEX triplet: 12, 3D and 9D. RGB value is (18,61,157). Sum of RGB (Red+Green+Blue) = 18+61+157=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #123D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D9D is #EDC262. Grayscale: #3A3A3A. Windows color (decimal): -15581795 or 10304786. OLE color: 10304786.

HSL color Cylindrical-coordinate representation of color #123D9D: hue angle of 221.44º 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 #123D9D is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 61 157 -
CMYK 0.89 0.61 0 0.38
HSL 221.44º 0.79% 0.34% -
HSV(B) 221.44º 0.89% 0.62% -
XYZ 8 5.9 32.62 -
YUV 59.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 18 61 157 0.89 0.61 0 0.38 221.44 0.79 0.34
Hex 12 3D 9D 59 3D 0 26 DD 4F 22
Octal 22 75 235 131 75 0 46 335 117 42
Binary 10010 111101 10011101 1011001 111101 0 100110 11011101 1001111 100010

Color Harmonies of #123D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D9D

Black with #123D9D

Text Example


Text Example

White with #123D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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