#121FCA

Color #121FCA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #121FCA

Tints of Persian Blue #121FCA

Color information

#121FCA (or 0x121FCA) is unknown color: approx Persian Blue. HEX triplet: 12, 1F and CA. RGB value is (18,31,202). Sum of RGB (Red+Green+Blue) = 18+31+202=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #121FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FCA is #EDE035. Grayscale: #2D2D2D. Windows color (decimal): -15589430 or 13246226. OLE color: 13246226.

HSL color Cylindrical-coordinate representation of color #121FCA: hue angle of 235.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121FCA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1831202-
CMYK0.910.8500.21
HSL235.76º83.64%43.14%-
HSV(B)235.76º91.09%79.22%-
XYZ11.45.3756.31-
YUV46.61215.69107.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 202 (79.30% from 255) = 80.48%
R=7.17%
G=12.35%
B=80.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18312020.910.8500.21235.7683.6443.14
Hex121FCA5B55015ec542b
Octal223731213312502535412453
Binary10010111111100101010110111010101010101111011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121FCA; }

 p { color: rgb(18,31,202); }

 H1.HeaderClassName
 {
   color: #121FCA;
 }
 .AnyTagClassName
 {
   color: #121FCA;
 }
</style>
background-color css

<style>
 a { background-color: #121FCA; }

 a { background-color: rgb(18,31,202); }

 div.DivClassName
 {
   background-color: #121FCA;
 }
 .BgClassName
 {
   background-color: #121FCA;
 }
</style>
border-color css

<style>
 span { border-color: #121FCA; }

 span { border-color: rgb(18,31,202); }

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