Html Css Color HEX #121FCE Persian Blue

📋 copy color: '#121FCE'

red 18 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #121FCE

Tints of Persian Blue #121FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.78%

R = 7.06%
G = 12.16%
B = 80.78%

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

#121FCE (or 0x121FCE) is known color: Persian Blue. HEX triplet: 12, 1F and CE. RGB value is (18,31,206). Sum of RGB (Red+Green+Blue) = 18+31+206=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #121FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FCE is #EDE031. Grayscale: #2E2E2E. Windows color (decimal): -15589426 or 13508370. OLE color: 13508370.

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

Color convert

RGB 18 31 206 -
CMYK 0.91 0.85 0 0.19
HSL 235.85º 0.84% 0.44% -
HSV(B) 235.85º 0.91% 0.81% -
XYZ 11.88 5.56 58.84 -
YUV 47.06 217.69 107.27 -
System Red Green Blue C M Y K H S L
Decimal 18 31 206 0.91 0.85 0 0.19 235.85 0.84 0.44
Hex 12 1F CE 5B 55 0 13 EC 54 2C
Octal 22 37 316 133 125 0 23 354 124 54
Binary 10010 11111 11001110 1011011 1010101 0 10011 11101100 1010100 101100

Color Harmonies of #121FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FCE

Black with #121FCE

Text Example


Text Example

White with #121FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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