Html Css Color HEX #122EBC Persian Blue

📋 copy color: '#122EBC'

red 18 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #122EBC

Tints of Persian Blue #122EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.6%

R = 7.14%
G = 18.25%
B = 74.6%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#122EBC (or 0x122EBC) is known color: Persian Blue. HEX triplet: 12, 2E and BC. RGB value is (18,46,188). Sum of RGB (Red+Green+Blue) = 18+46+188=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #122EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EBC is #EDD143. Grayscale: #353535. Windows color (decimal): -15585604 or 12332562. OLE color: 12332562.

HSL color Cylindrical-coordinate representation of color #122EBC: hue angle of 230.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122EBC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 46 188 -
CMYK 0.90 0.76 0 0.26
HSL 230.12º 0.83% 0.4% -
HSV(B) 230.12º 0.9% 0.74% -
XYZ 10.3 5.71 48.14 -
YUV 53.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 18 46 188 0.90 0.76 0 0.26 230.12 0.83 0.4
Hex 12 2E BC 5A 4C 0 1A E6 53 28
Octal 22 56 274 132 114 0 32 346 123 50
Binary 10010 101110 10111100 1011010 1001100 0 11010 11100110 1010011 101000

Color Harmonies of #122EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EBC

Black with #122EBC

Text Example


Text Example

White with #122EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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