Html Css Color HEX #122CBB Persian Blue

📋 copy color: '#122CBB'

red 18 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #122CBB

Tints of Persian Blue #122CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 7.23%
G = 17.67%
B = 75.1%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#122CBB (or 0x122CBB) is known color: Persian Blue. HEX triplet: 12, 2C and BB. RGB value is (18,44,187). Sum of RGB (Red+Green+Blue) = 18+44+187=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #122CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CBB is #EDD344. Grayscale: #333333. Windows color (decimal): -15586117 or 12266514. OLE color: 12266514.

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

Color convert

RGB 18 44 187 -
CMYK 0.90 0.76 0 0.27
HSL 230.77º 0.82% 0.4% -
HSV(B) 230.77º 0.9% 0.73% -
XYZ 10.12 5.52 47.55 -
YUV 52.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 18 44 187 0.90 0.76 0 0.27 230.77 0.82 0.4
Hex 12 2C BB 5A 4C 0 1B E7 52 28
Octal 22 54 273 132 114 0 33 347 122 50
Binary 10010 101100 10111011 1011010 1001100 0 11011 11100111 1010010 101000

Color Harmonies of #122CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CBB

Black with #122CBB

Text Example


Text Example

White with #122CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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