Html Css Color HEX #123BAD Egyptian Blue

📋 copy color: '#123BAD'

red 18 ◦ green 59 ◦ blue 173

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

Shades of Egyptian Blue #123BAD

Tints of Egyptian Blue #123BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.6%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 7.2%
G = 23.6%
B = 69.2%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#123BAD (or 0x123BAD) is known color: Egyptian Blue. HEX triplet: 12, 3B and AD. RGB value is (18,59,173). Sum of RGB (Red+Green+Blue) = 18+59+173=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #123BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BAD is #EDC452. Grayscale: #3B3B3B. Windows color (decimal): -15582291 or 11352850. OLE color: 11352850.

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

Color convert

RGB 18 59 173 -
CMYK 0.90 0.66 0 0.32
HSL 224.13º 0.81% 0.37% -
HSV(B) 224.13º 0.9% 0.68% -
XYZ 9.36 6.27 40.25 -
YUV 59.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 18 59 173 0.90 0.66 0 0.32 224.13 0.81 0.37
Hex 12 3B AD 5A 42 0 20 E0 51 25
Octal 22 73 255 132 102 0 40 340 121 45
Binary 10010 111011 10101101 1011010 1000010 0 100000 11100000 1010001 100101

Color Harmonies of #123BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BAD

Black with #123BAD

Text Example


Text Example

White with #123BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,173); }

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

background-color css

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

 a { background-color: rgb(18,59,173); }

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

border-color css

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

 span { border-color: rgb(18,59,173); }

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