Html Css Color HEX #122BCC Persian Blue

📋 copy color: '#122BCC'

red 18 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #122BCC

Tints of Persian Blue #122BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 204 (80.08% from 255) = 76.98%

R = 6.79%
G = 16.23%
B = 76.98%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#122BCC (or 0x122BCC) is known color: Persian Blue. HEX triplet: 12, 2B and CC. RGB value is (18,43,204). Sum of RGB (Red+Green+Blue) = 18+43+204=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #122BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122BCC is #EDD433. Grayscale: #353535. Windows color (decimal): -15586356 or 13380370. OLE color: 13380370.

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

Color convert

RGB 18 43 204 -
CMYK 0.91 0.79 0 0.2
HSL 231.94º 0.84% 0.44% -
HSV(B) 231.94º 0.91% 0.8% -
XYZ 12.01 6.22 57.69 -
YUV 53.88 212.72 102.41 -
System Red Green Blue C M Y K H S L
Decimal 18 43 204 0.91 0.79 0 0.2 231.94 0.84 0.44
Hex 12 2B CC 5B 4F 0 14 E8 54 2C
Octal 22 53 314 133 117 0 24 350 124 54
Binary 10010 101011 11001100 1011011 1001111 0 10100 11101000 1010100 101100

Color Harmonies of #122BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BCC

Black with #122BCC

Text Example


Text Example

White with #122BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,204); }

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

background-color css

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

 a { background-color: rgb(18,43,204); }

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

border-color css

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

 span { border-color: rgb(18,43,204); }

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