Html Css Color HEX #123C9A Egyptian Blue

📋 copy color: '#123C9A'

red 18 ◦ green 60 ◦ blue 154

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

Shades of Egyptian Blue #123C9A

Tints of Egyptian Blue #123C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.86%

 BLUE value IS 154 (60.55% from 255) = 66.38%

R = 7.76%
G = 25.86%
B = 66.38%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#123C9A (or 0x123C9A) is known color: Egyptian Blue. HEX triplet: 12, 3C and 9A. RGB value is (18,60,154). Sum of RGB (Red+Green+Blue) = 18+60+154=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #123C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C9A is #EDC365. Grayscale: #393939. Windows color (decimal): -15582054 or 10107922. OLE color: 10107922.

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

Color convert

RGB 18 60 154 -
CMYK 0.88 0.61 0 0.40
HSL 221.47º 0.79% 0.34% -
HSV(B) 221.47º 0.88% 0.6% -
XYZ 7.7 5.69 31.27 -
YUV 58.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 18 60 154 0.88 0.61 0 0.40 221.47 0.79 0.34
Hex 12 3C 9A 58 3D 0 28 DD 4F 22
Octal 22 74 232 130 75 0 50 335 117 42
Binary 10010 111100 10011010 1011000 111101 0 101000 11011101 1001111 100010

Color Harmonies of #123C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C9A

Black with #123C9A

Text Example


Text Example

White with #123C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,154); }

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

background-color css

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

 a { background-color: rgb(18,60,154); }

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

border-color css

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

 span { border-color: rgb(18,60,154); }

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