Html Css Color HEX #121ECD Persian Blue

📋 copy color: '#121ECD'

red 18 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #121ECD

Tints of Persian Blue #121ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

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

R = 7.11%
G = 11.86%
B = 81.03%

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

#121ECD (or 0x121ECD) is known color: Persian Blue. HEX triplet: 12, 1E and CD. RGB value is (18,30,205). Sum of RGB (Red+Green+Blue) = 18+30+205=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #121ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ECD is #EDE132. Grayscale: #2D2D2D. Windows color (decimal): -15589683 or 13442578. OLE color: 13442578.

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

Color convert

RGB 18 30 205 -
CMYK 0.91 0.85 0 0.20
HSL 236.15º 0.84% 0.44% -
HSV(B) 236.15º 0.91% 0.8% -
XYZ 11.73 5.46 58.19 -
YUV 46.36 217.52 107.77 -
System Red Green Blue C M Y K H S L
Decimal 18 30 205 0.91 0.85 0 0.20 236.15 0.84 0.44
Hex 12 1E CD 5B 55 0 14 EC 54 2C
Octal 22 36 315 133 125 0 24 354 124 54
Binary 10010 11110 11001101 1011011 1010101 0 10100 11101100 1010100 101100

Color Harmonies of #121ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ECD

Black with #121ECD

Text Example


Text Example

White with #121ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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