Html Css Color HEX #123BAF Egyptian Blue

📋 copy color: '#123BAF'

red 18 ◦ green 59 ◦ blue 175

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

Shades of Egyptian Blue #123BAF

Tints of Egyptian Blue #123BAF

RGB

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

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

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

R = 7.14%
G = 23.41%
B = 69.44%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#123BAF (or 0x123BAF) is known color: Egyptian Blue. HEX triplet: 12, 3B and AF. RGB value is (18,59,175). Sum of RGB (Red+Green+Blue) = 18+59+175=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #123BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BAF is #EDC450. Grayscale: #3B3B3B. Windows color (decimal): -15582289 or 11483922. OLE color: 11483922.

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

Color convert

RGB 18 59 175 -
CMYK 0.90 0.66 0 0.31
HSL 224.33º 0.81% 0.38% -
HSV(B) 224.33º 0.9% 0.69% -
XYZ 9.55 6.35 41.28 -
YUV 59.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 18 59 175 0.90 0.66 0 0.31 224.33 0.81 0.38
Hex 12 3B AF 5A 42 0 1F E0 51 26
Octal 22 73 257 132 102 0 37 340 121 46
Binary 10010 111011 10101111 1011010 1000010 0 11111 11100000 1010001 100110

Color Harmonies of #123BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BAF

Black with #123BAF

Text Example


Text Example

White with #123BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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