Html Css Color HEX #121FBF Persian Blue

📋 copy color: '#121FBF'

red 18 ◦ green 31 ◦ blue 191

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

Shades of Persian Blue #121FBF

Tints of Persian Blue #121FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 79.58%

R = 7.5%
G = 12.92%
B = 79.58%

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

#121FBF (or 0x121FBF) is known color: Persian Blue. HEX triplet: 12, 1F and BF. RGB value is (18,31,191). Sum of RGB (Red+Green+Blue) = 18+31+191=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #121FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FBF is #EDE040. Grayscale: #2C2C2C. Windows color (decimal): -15589441 or 12525330. OLE color: 12525330.

HSL color Cylindrical-coordinate representation of color #121FBF: hue angle of 235.49º 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 #121FBF is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 31 191 -
CMYK 0.91 0.84 0 0.25
HSL 235.49º 0.83% 0.41% -
HSV(B) 235.49º 0.91% 0.75% -
XYZ 10.14 4.87 49.7 -
YUV 45.35 210.19 108.49 -
System Red Green Blue C M Y K H S L
Decimal 18 31 191 0.91 0.84 0 0.25 235.49 0.83 0.41
Hex 12 1F BF 5B 54 0 19 EB 53 29
Octal 22 37 277 133 124 0 31 353 123 51
Binary 10010 11111 10111111 1011011 1010100 0 11001 11101011 1010011 101001

Color Harmonies of #121FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FBF

Black with #121FBF

Text Example


Text Example

White with #121FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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