Html Css Color HEX #123BAB Egyptian Blue

📋 copy color: '#123BAB'

red 18 ◦ green 59 ◦ blue 171

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

Shades of Egyptian Blue #123BAB

Tints of Egyptian Blue #123BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 7.26%
G = 23.79%
B = 68.95%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#123BAB (or 0x123BAB) is known color: Egyptian Blue. HEX triplet: 12, 3B and AB. RGB value is (18,59,171). Sum of RGB (Red+Green+Blue) = 18+59+171=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #123BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BAB is #EDC454. Grayscale: #3B3B3B. Windows color (decimal): -15582293 or 11221778. OLE color: 11221778.

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

Color convert

RGB 18 59 171 -
CMYK 0.89 0.65 0 0.33
HSL 223.92º 0.81% 0.37% -
HSV(B) 223.92º 0.89% 0.67% -
XYZ 9.16 6.2 39.24 -
YUV 59.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 18 59 171 0.89 0.65 0 0.33 223.92 0.81 0.37
Hex 12 3B AB 59 41 0 21 E0 51 25
Octal 22 73 253 131 101 0 41 340 121 45
Binary 10010 111011 10101011 1011001 1000001 0 100001 11100000 1010001 100101

Color Harmonies of #123BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BAB

Black with #123BAB

Text Example


Text Example

White with #123BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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