Html Css Color HEX #121FBA Persian Blue

📋 copy color: '#121FBA'

red 18 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #121FBA

Tints of Persian Blue #121FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.15%

R = 7.66%
G = 13.19%
B = 79.15%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121FBA (or 0x121FBA) is known color: Persian Blue. HEX triplet: 12, 1F and BA. RGB value is (18,31,186). Sum of RGB (Red+Green+Blue) = 18+31+186=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #121FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FBA is #EDE045. Grayscale: #2C2C2C. Windows color (decimal): -15589446 or 12197650. OLE color: 12197650.

HSL color Cylindrical-coordinate representation of color #121FBA: hue angle of 235.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121FBA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 31 186 -
CMYK 0.90 0.83 0 0.27
HSL 235.36º 0.82% 0.4% -
HSV(B) 235.36º 0.9% 0.73% -
XYZ 9.6 4.65 46.85 -
YUV 44.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 18 31 186 0.90 0.83 0 0.27 235.36 0.82 0.4
Hex 12 1F BA 5A 53 0 1B EB 52 28
Octal 22 37 272 132 123 0 33 353 122 50
Binary 10010 11111 10111010 1011010 1010011 0 11011 11101011 1010010 101000

Color Harmonies of #121FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FBA

Black with #121FBA

Text Example


Text Example

White with #121FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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