Html Css Color HEX #121FC2 Persian Blue

📋 copy color: '#121FC2'

red 18 ◦ green 31 ◦ blue 194

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

Shades of Persian Blue #121FC2

Tints of Persian Blue #121FC2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

 BLUE value IS 194 (76.17% from 255) = 79.84%

R = 7.41%
G = 12.76%
B = 79.84%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#121FC2 (or 0x121FC2) is known color: Persian Blue. HEX triplet: 12, 1F and C2. RGB value is (18,31,194). Sum of RGB (Red+Green+Blue) = 18+31+194=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 194 (76.17% from 255 or 79.84% from 243); Max value from RGB is 194 - color contains mainly: blue. Hex color #121FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FC2 is #EDE03D. Grayscale: #2D2D2D. Windows color (decimal): -15589438 or 12721938. OLE color: 12721938.

HSL color Cylindrical-coordinate representation of color #121FC2: hue angle of 235.57º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121FC2 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 31 194 -
CMYK 0.91 0.84 0 0.24
HSL 235.57º 0.83% 0.42% -
HSV(B) 235.57º 0.91% 0.76% -
XYZ 10.48 5 51.45 -
YUV 45.7 211.69 108.25 -
System Red Green Blue C M Y K H S L
Decimal 18 31 194 0.91 0.84 0 0.24 235.57 0.83 0.42
Hex 12 1F C2 5B 54 0 18 EC 53 2A
Octal 22 37 302 133 124 0 30 354 123 52
Binary 10010 11111 11000010 1011011 1010100 0 11000 11101100 1010011 101010

Color Harmonies of #121FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FC2

Black with #121FC2

Text Example


Text Example

White with #121FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #121FC2;
 }
 .AnyTagClassName
 {
   color: #121FC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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