Html Css Color HEX #121FCF Persian Blue

📋 copy color: '#121FCF'

red 18 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #121FCF

Tints of Persian Blue #121FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.86%

R = 7.03%
G = 12.11%
B = 80.86%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#121FCF (or 0x121FCF) is known color: Persian Blue. HEX triplet: 12, 1F and CF. RGB value is (18,31,207). Sum of RGB (Red+Green+Blue) = 18+31+207=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #121FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FCF is #EDE030. Grayscale: #2E2E2E. Windows color (decimal): -15589425 or 13573906. OLE color: 13573906.

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

Color convert

RGB 18 31 207 -
CMYK 0.91 0.85 0 0.19
HSL 235.87º 0.84% 0.44% -
HSV(B) 235.87º 0.91% 0.81% -
XYZ 12 5.61 59.48 -
YUV 47.18 218.19 107.19 -
System Red Green Blue C M Y K H S L
Decimal 18 31 207 0.91 0.85 0 0.19 235.87 0.84 0.44
Hex 12 1F CF 5B 55 0 13 EC 54 2C
Octal 22 37 317 133 125 0 23 354 124 54
Binary 10010 11111 11001111 1011011 1010101 0 10011 11101100 1010100 101100

Color Harmonies of #121FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FCF

Black with #121FCF

Text Example


Text Example

White with #121FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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