Html Css Color HEX #122CCE Persian Blue

📋 copy color: '#122CCE'

red 18 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #122CCE

Tints of Persian Blue #122CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 6.72%
G = 16.42%
B = 76.87%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#122CCE (or 0x122CCE) is known color: Persian Blue. HEX triplet: 12, 2C and CE. RGB value is (18,44,206). Sum of RGB (Red+Green+Blue) = 18+44+206=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #122CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CCE is #EDD331. Grayscale: #363636. Windows color (decimal): -15586098 or 13511698. OLE color: 13511698.

HSL color Cylindrical-coordinate representation of color #122CCE: hue angle of 231.7º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122CCE is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 44 206 -
CMYK 0.91 0.79 0 0.19
HSL 231.7º 0.84% 0.44% -
HSV(B) 231.7º 0.91% 0.81% -
XYZ 12.29 6.39 58.98 -
YUV 54.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 18 44 206 0.91 0.79 0 0.19 231.7 0.84 0.44
Hex 12 2C CE 5B 4F 0 13 E8 54 2C
Octal 22 54 316 133 117 0 23 350 124 54
Binary 10010 101100 11001110 1011011 1001111 0 10011 11101000 1010100 101100

Color Harmonies of #122CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122CCE

Black with #122CCE

Text Example


Text Example

White with #122CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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