Html Css Color HEX #123FAA Egyptian Blue

📋 copy color: '#123FAA'

red 18 ◦ green 63 ◦ blue 170

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

Shades of Egyptian Blue #123FAA

Tints of Egyptian Blue #123FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 7.17%
G = 25.1%
B = 67.73%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#123FAA (or 0x123FAA) is known color: Egyptian Blue. HEX triplet: 12, 3F and AA. RGB value is (18,63,170). Sum of RGB (Red+Green+Blue) = 18+63+170=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #123FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123FAA is #EDC055. Grayscale: #3D3D3D. Windows color (decimal): -15581270 or 11157266. OLE color: 11157266.

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

Color convert

RGB 18 63 170 -
CMYK 0.89 0.63 0 0.33
HSL 222.24º 0.81% 0.37% -
HSV(B) 222.24º 0.89% 0.67% -
XYZ 9.28 6.59 38.81 -
YUV 61.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 18 63 170 0.89 0.63 0 0.33 222.24 0.81 0.37
Hex 12 3F AA 59 3F 0 21 DE 51 25
Octal 22 77 252 131 77 0 41 336 121 45
Binary 10010 111111 10101010 1011001 111111 0 100001 11011110 1010001 100101

Color Harmonies of #123FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FAA

Black with #123FAA

Text Example


Text Example

White with #123FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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