Html Css Color HEX #121CBF Persian Blue

📋 copy color: '#121CBF'

red 18 ◦ green 28 ◦ blue 191

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

Shades of Persian Blue #121CBF

Tints of Persian Blue #121CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

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

R = 7.59%
G = 11.81%
B = 80.59%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#121CBF (or 0x121CBF) is known color: Persian Blue. HEX triplet: 12, 1C and BF. RGB value is (18,28,191). Sum of RGB (Red+Green+Blue) = 18+28+191=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #121CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CBF is #EDE340. Grayscale: #2A2A2A. Windows color (decimal): -15590209 or 12524562. OLE color: 12524562.

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

Color convert

RGB 18 28 191 -
CMYK 0.91 0.85 0 0.25
HSL 236.53º 0.83% 0.41% -
HSV(B) 236.53º 0.91% 0.75% -
XYZ 10.07 4.72 49.67 -
YUV 43.59 211.19 109.75 -
System Red Green Blue C M Y K H S L
Decimal 18 28 191 0.91 0.85 0 0.25 236.53 0.83 0.41
Hex 12 1C BF 5B 55 0 19 ED 53 29
Octal 22 34 277 133 125 0 31 355 123 51
Binary 10010 11100 10111111 1011011 1010101 0 11001 11101101 1010011 101001

Color Harmonies of #121CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CBF

Black with #121CBF

Text Example


Text Example

White with #121CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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