Html Css Color HEX #122EBD Persian Blue

📋 copy color: '#122EBD'

red 18 ◦ green 46 ◦ blue 189

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

Shades of Persian Blue #122EBD

Tints of Persian Blue #122EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 74.7%

R = 7.11%
G = 18.18%
B = 74.7%

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

#122EBD (or 0x122EBD) is known color: Persian Blue. HEX triplet: 12, 2E and BD. RGB value is (18,46,189). Sum of RGB (Red+Green+Blue) = 18+46+189=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #122EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EBD is #EDD142. Grayscale: #353535. Windows color (decimal): -15585603 or 12398098. OLE color: 12398098.

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

Color convert

RGB 18 46 189 -
CMYK 0.90 0.76 0 0.26
HSL 230.18º 0.83% 0.41% -
HSV(B) 230.18º 0.9% 0.74% -
XYZ 10.41 5.76 48.71 -
YUV 53.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 18 46 189 0.90 0.76 0 0.26 230.18 0.83 0.41
Hex 12 2E BD 5A 4C 0 1A E6 53 29
Octal 22 56 275 132 114 0 32 346 123 51
Binary 10010 101110 10111101 1011010 1001100 0 11010 11100110 1010011 101001

Color Harmonies of #122EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EBD

Black with #122EBD

Text Example


Text Example

White with #122EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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