Html Css Color HEX #123FB0 Egyptian Blue

📋 copy color: '#123FB0'

red 18 ◦ green 63 ◦ blue 176

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

Shades of Egyptian Blue #123FB0

Tints of Egyptian Blue #123FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 68.48%

R = 7%
G = 24.51%
B = 68.48%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#123FB0 (or 0x123FB0) is known color: Egyptian Blue. HEX triplet: 12, 3F and B0. RGB value is (18,63,176). Sum of RGB (Red+Green+Blue) = 18+63+176=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 176 (69.14% from 255 or 68.48% from 257); Max value from RGB is 176 - color contains mainly: blue. Hex color #123FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123FB0 is #EDC04F. Grayscale: #3D3D3D. Windows color (decimal): -15581264 or 11550482. OLE color: 11550482.

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

Color convert

RGB 18 63 176 -
CMYK 0.90 0.64 0 0.31
HSL 222.91º 0.81% 0.38% -
HSV(B) 222.91º 0.9% 0.69% -
XYZ 9.86 6.82 41.87 -
YUV 62.43 192.09 96.31 -
System Red Green Blue C M Y K H S L
Decimal 18 63 176 0.90 0.64 0 0.31 222.91 0.81 0.38
Hex 12 3F B0 5A 40 0 1F DF 51 26
Octal 22 77 260 132 100 0 37 337 121 46
Binary 10010 111111 10110000 1011010 1000000 0 11111 11011111 1010001 100110

Color Harmonies of #123FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FB0

Black with #123FB0

Text Example


Text Example

White with #123FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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