Html Css Color HEX #121FBB Persian Blue

📋 copy color: '#121FBB'

red 18 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #121FBB

Tints of Persian Blue #121FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.24%

R = 7.63%
G = 13.14%
B = 79.24%

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

#121FBB (or 0x121FBB) is known color: Persian Blue. HEX triplet: 12, 1F and BB. RGB value is (18,31,187). Sum of RGB (Red+Green+Blue) = 18+31+187=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #121FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FBB is #EDE044. Grayscale: #2C2C2C. Windows color (decimal): -15589445 or 12263186. OLE color: 12263186.

HSL color Cylindrical-coordinate representation of color #121FBB: hue angle of 235.38º 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 #121FBB is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 31 187 -
CMYK 0.90 0.83 0 0.27
HSL 235.38º 0.82% 0.4% -
HSV(B) 235.38º 0.9% 0.73% -
XYZ 9.71 4.7 47.41 -
YUV 44.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 18 31 187 0.90 0.83 0 0.27 235.38 0.82 0.4
Hex 12 1F BB 5A 53 0 1B EB 52 28
Octal 22 37 273 132 123 0 33 353 122 50
Binary 10010 11111 10111011 1011010 1010011 0 11011 11101011 1010010 101000

Color Harmonies of #121FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FBB

Black with #121FBB

Text Example


Text Example

White with #121FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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