Html Css Color HEX #122FCE Persian Blue

📋 copy color: '#122FCE'

red 18 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #122FCE

Tints of Persian Blue #122FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

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

R = 6.64%
G = 17.34%
B = 76.01%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#122FCE (or 0x122FCE) is known color: Persian Blue. HEX triplet: 12, 2F and CE. RGB value is (18,47,206). Sum of RGB (Red+Green+Blue) = 18+47+206=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #122FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FCE is #EDD031. Grayscale: #373737. Windows color (decimal): -15585330 or 13512466. OLE color: 13512466.

HSL color Cylindrical-coordinate representation of color #122FCE: hue angle of 230.74º 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 #122FCE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 47 206 -
CMYK 0.91 0.77 0 0.19
HSL 230.74º 0.84% 0.44% -
HSV(B) 230.74º 0.91% 0.81% -
XYZ 12.41 6.62 59.02 -
YUV 56.46 212.39 100.57 -
System Red Green Blue C M Y K H S L
Decimal 18 47 206 0.91 0.77 0 0.19 230.74 0.84 0.44
Hex 12 2F CE 5B 4D 0 13 E7 54 2C
Octal 22 57 316 133 115 0 23 347 124 54
Binary 10010 101111 11001110 1011011 1001101 0 10011 11100111 1010100 101100

Color Harmonies of #122FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122FCE

Black with #122FCE

Text Example


Text Example

White with #122FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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