Html Css Color HEX #123DAF Egyptian Blue

📋 copy color: '#123DAF'

red 18 ◦ green 61 ◦ blue 175

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

Shades of Egyptian Blue #123DAF

Tints of Egyptian Blue #123DAF

RGB

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

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

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

R = 7.09%
G = 24.02%
B = 68.9%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#123DAF (or 0x123DAF) is known color: Egyptian Blue. HEX triplet: 12, 3D and AF. RGB value is (18,61,175). Sum of RGB (Red+Green+Blue) = 18+61+175=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #123DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DAF is #EDC250. Grayscale: #3C3C3C. Windows color (decimal): -15581777 or 11484434. OLE color: 11484434.

HSL color Cylindrical-coordinate representation of color #123DAF: hue angle of 223.57º 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 #123DAF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 61 175 -
CMYK 0.90 0.65 0 0.31
HSL 223.57º 0.81% 0.38% -
HSV(B) 223.57º 0.9% 0.69% -
XYZ 9.66 6.56 41.31 -
YUV 61.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 18 61 175 0.90 0.65 0 0.31 223.57 0.81 0.38
Hex 12 3D AF 5A 41 0 1F E0 51 26
Octal 22 75 257 132 101 0 37 340 121 46
Binary 10010 111101 10101111 1011010 1000001 0 11111 11100000 1010001 100110

Color Harmonies of #123DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DAF

Black with #123DAF

Text Example


Text Example

White with #123DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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