Html Css Color HEX #122EBA Persian Blue

📋 copy color: '#122EBA'

red 18 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #122EBA

Tints of Persian Blue #122EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.4%

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 7.2%
G = 18.4%
B = 74.4%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#122EBA (or 0x122EBA) is known color: Persian Blue. HEX triplet: 12, 2E and BA. RGB value is (18,46,186). Sum of RGB (Red+Green+Blue) = 18+46+186=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #122EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EBA is #EDD145. Grayscale: #353535. Windows color (decimal): -15585606 or 12201490. OLE color: 12201490.

HSL color Cylindrical-coordinate representation of color #122EBA: hue angle of 230º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122EBA is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 46 186 -
CMYK 0.90 0.75 0 0.27
HSL 230º 0.82% 0.4% -
HSV(B) 230º 0.9% 0.73% -
XYZ 10.09 5.63 47.01 -
YUV 53.59 202.72 102.62 -
System Red Green Blue C M Y K H S L
Decimal 18 46 186 0.90 0.75 0 0.27 230 0.82 0.4
Hex 12 2E BA 5A 4B 0 1B E6 52 28
Octal 22 56 272 132 113 0 33 346 122 50
Binary 10010 101110 10111010 1011010 1001011 0 11011 11100110 1010010 101000

Color Harmonies of #122EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EBA

Black with #122EBA

Text Example


Text Example

White with #122EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,46,186); }

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

background-color css

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

 a { background-color: rgb(18,46,186); }

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

border-color css

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

 span { border-color: rgb(18,46,186); }

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