Html Css Color HEX #121EBF Persian Blue

📋 copy color: '#121EBF'

red 18 ◦ green 30 ◦ blue 191

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

Shades of Persian Blue #121EBF

Tints of Persian Blue #121EBF

RGB

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

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

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

R = 7.53%
G = 12.55%
B = 79.92%

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

#121EBF (or 0x121EBF) is known color: Persian Blue. HEX triplet: 12, 1E and BF. RGB value is (18,30,191). Sum of RGB (Red+Green+Blue) = 18+30+191=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #121EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121EBF is #EDE140. Grayscale: #2C2C2C. Windows color (decimal): -15589697 or 12525074. OLE color: 12525074.

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

Color convert

RGB 18 30 191 -
CMYK 0.91 0.84 0 0.25
HSL 235.84º 0.83% 0.41% -
HSV(B) 235.84º 0.91% 0.75% -
XYZ 10.12 4.82 49.69 -
YUV 44.77 210.52 108.91 -
System Red Green Blue C M Y K H S L
Decimal 18 30 191 0.91 0.84 0 0.25 235.84 0.83 0.41
Hex 12 1E BF 5B 54 0 19 EC 53 29
Octal 22 36 277 133 124 0 31 354 123 51
Binary 10010 11110 10111111 1011011 1010100 0 11001 11101100 1010011 101001

Color Harmonies of #121EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EBF

Black with #121EBF

Text Example


Text Example

White with #121EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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