Html Css Color HEX #121FC0 Persian Blue

📋 copy color: '#121FC0'

red 18 ◦ green 31 ◦ blue 192

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

Shades of Persian Blue #121FC0

Tints of Persian Blue #121FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.67%

R = 7.47%
G = 12.86%
B = 79.67%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#121FC0 (or 0x121FC0) is known color: Persian Blue. HEX triplet: 12, 1F and C0. RGB value is (18,31,192). Sum of RGB (Red+Green+Blue) = 18+31+192=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #121FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FC0 is #EDE03F. Grayscale: #2C2C2C. Windows color (decimal): -15589440 or 12590866. OLE color: 12590866.

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

Color convert

RGB 18 31 192 -
CMYK 0.91 0.84 0 0.25
HSL 235.52º 0.83% 0.41% -
HSV(B) 235.52º 0.91% 0.75% -
XYZ 10.25 4.91 50.28 -
YUV 45.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 18 31 192 0.91 0.84 0 0.25 235.52 0.83 0.41
Hex 12 1F C0 5B 54 0 19 EC 53 29
Octal 22 37 300 133 124 0 31 354 123 51
Binary 10010 11111 11000000 1011011 1010100 0 11001 11101100 1010011 101001

Color Harmonies of #121FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FC0

Black with #121FC0

Text Example


Text Example

White with #121FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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