Html Css Color HEX #122CB0 Egyptian Blue

📋 copy color: '#122CB0'

red 18 ◦ green 44 ◦ blue 176

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

Shades of Egyptian Blue #122CB0

Tints of Egyptian Blue #122CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.49%

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

R = 7.56%
G = 18.49%
B = 73.95%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#122CB0 (or 0x122CB0) is known color: Egyptian Blue. HEX triplet: 12, 2C and B0. RGB value is (18,44,176). Sum of RGB (Red+Green+Blue) = 18+44+176=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 176 (69.14% from 255 or 73.95% from 238); Max value from RGB is 176 - color contains mainly: blue. Hex color #122CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CB0 is #EDD34F. Grayscale: #323232. Windows color (decimal): -15586128 or 11545618. OLE color: 11545618.

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

Color convert

RGB 18 44 176 -
CMYK 0.90 0.75 0 0.31
HSL 230.13º 0.81% 0.38% -
HSV(B) 230.13º 0.9% 0.69% -
XYZ 8.99 5.06 41.58 -
YUV 51.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 18 44 176 0.90 0.75 0 0.31 230.13 0.81 0.38
Hex 12 2C B0 5A 4B 0 1F E6 51 26
Octal 22 54 260 132 113 0 37 346 121 46
Binary 10010 101100 10110000 1011010 1001011 0 11111 11100110 1010001 100110

Color Harmonies of #122CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CB0

Black with #122CB0

Text Example


Text Example

White with #122CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122CB0; }

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

 H1.HeaderClassName
 {
   color: #122CB0;
 }
 .AnyTagClassName
 {
   color: #122CB0;
 }
</style>

background-color css

<style>
 a { background-color: #122CB0; }

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

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

border-color css

<style>
 span { border-color: #122CB0; }

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

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