Html Css Color HEX #123FAC Egyptian Blue

📋 copy color: '#123FAC'

red 18 ◦ green 63 ◦ blue 172

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

Shades of Egyptian Blue #123FAC

Tints of Egyptian Blue #123FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 7.11%
G = 24.9%
B = 67.98%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#123FAC (or 0x123FAC) is known color: Egyptian Blue. HEX triplet: 12, 3F and AC. RGB value is (18,63,172). Sum of RGB (Red+Green+Blue) = 18+63+172=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #123FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123FAC is #EDC053. Grayscale: #3D3D3D. Windows color (decimal): -15581268 or 11288338. OLE color: 11288338.

HSL color Cylindrical-coordinate representation of color #123FAC: hue angle of 222.47º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123FAC is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 63 172 -
CMYK 0.90 0.63 0 0.33
HSL 222.47º 0.81% 0.37% -
HSV(B) 222.47º 0.9% 0.67% -
XYZ 9.47 6.66 39.82 -
YUV 61.97 190.09 96.64 -
System Red Green Blue C M Y K H S L
Decimal 18 63 172 0.90 0.63 0 0.33 222.47 0.81 0.37
Hex 12 3F AC 5A 3F 0 21 DE 51 25
Octal 22 77 254 132 77 0 41 336 121 45
Binary 10010 111111 10101100 1011010 111111 0 100001 11011110 1010001 100101

Color Harmonies of #123FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FAC

Black with #123FAC

Text Example


Text Example

White with #123FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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