Html Css Color HEX #123AAF Egyptian Blue

📋 copy color: '#123AAF'

red 18 ◦ green 58 ◦ blue 175

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

Shades of Egyptian Blue #123AAF

Tints of Egyptian Blue #123AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.11%

 BLUE value IS 175 (68.75% from 255) = 69.72%

R = 7.17%
G = 23.11%
B = 69.72%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#123AAF (or 0x123AAF) is known color: Egyptian Blue. HEX triplet: 12, 3A and AF. RGB value is (18,58,175). Sum of RGB (Red+Green+Blue) = 18+58+175=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #123AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123AAF is #EDC550. Grayscale: #3A3A3A. Windows color (decimal): -15582545 or 11483666. OLE color: 11483666.

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

Color convert

RGB 18 58 175 -
CMYK 0.90 0.67 0 0.31
HSL 224.71º 0.81% 0.38% -
HSV(B) 224.71º 0.9% 0.69% -
XYZ 9.5 6.25 41.26 -
YUV 59.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 18 58 175 0.90 0.67 0 0.31 224.71 0.81 0.38
Hex 12 3A AF 5A 43 0 1F E1 51 26
Octal 22 72 257 132 103 0 37 341 121 46
Binary 10010 111010 10101111 1011010 1000011 0 11111 11100001 1010001 100110

Color Harmonies of #123AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AAF

Black with #123AAF

Text Example


Text Example

White with #123AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,58,175); }

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

background-color css

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

 a { background-color: rgb(18,58,175); }

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

border-color css

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

 span { border-color: rgb(18,58,175); }

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