Html Css Color HEX #121FCD Persian Blue

📋 copy color: '#121FCD'

red 18 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #121FCD

Tints of Persian Blue #121FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 7.09%
G = 12.2%
B = 80.71%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#121FCD (or 0x121FCD) is known color: Persian Blue. HEX triplet: 12, 1F and CD. RGB value is (18,31,205). Sum of RGB (Red+Green+Blue) = 18+31+205=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #121FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FCD is #EDE032. Grayscale: #2E2E2E. Windows color (decimal): -15589427 or 13442834. OLE color: 13442834.

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

Color convert

RGB 18 31 205 -
CMYK 0.91 0.85 0 0.20
HSL 235.83º 0.84% 0.44% -
HSV(B) 235.83º 0.91% 0.8% -
XYZ 11.76 5.52 58.2 -
YUV 46.95 217.19 107.35 -
System Red Green Blue C M Y K H S L
Decimal 18 31 205 0.91 0.85 0 0.20 235.83 0.84 0.44
Hex 12 1F CD 5B 55 0 14 EC 54 2C
Octal 22 37 315 133 125 0 24 354 124 54
Binary 10010 11111 11001101 1011011 1010101 0 10100 11101100 1010100 101100

Color Harmonies of #121FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FCD

Black with #121FCD

Text Example


Text Example

White with #121FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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