Html Css Color HEX #121FBC Persian Blue

📋 copy color: '#121FBC'

red 18 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #121FBC

Tints of Persian Blue #121FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 7.59%
G = 13.08%
B = 79.32%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#121FBC (or 0x121FBC) is known color: Persian Blue. HEX triplet: 12, 1F and BC. RGB value is (18,31,188). Sum of RGB (Red+Green+Blue) = 18+31+188=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #121FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FBC is #EDE043. Grayscale: #2C2C2C. Windows color (decimal): -15589444 or 12328722. OLE color: 12328722.

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

Color convert

RGB 18 31 188 -
CMYK 0.90 0.84 0 0.26
HSL 235.41º 0.83% 0.4% -
HSV(B) 235.41º 0.9% 0.74% -
XYZ 9.82 4.74 47.97 -
YUV 45.01 208.69 108.73 -
System Red Green Blue C M Y K H S L
Decimal 18 31 188 0.90 0.84 0 0.26 235.41 0.83 0.4
Hex 12 1F BC 5A 54 0 1A EB 53 28
Octal 22 37 274 132 124 0 32 353 123 50
Binary 10010 11111 10111100 1011010 1010100 0 11010 11101011 1010011 101000

Color Harmonies of #121FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FBC

Black with #121FBC

Text Example


Text Example

White with #121FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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