Html Css Color HEX #121CB9 Persian Blue

📋 copy color: '#121CB9'

red 18 ◦ green 28 ◦ blue 185

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

Shades of Persian Blue #121CB9

Tints of Persian Blue #121CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 80.09%

R = 7.79%
G = 12.12%
B = 80.09%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121CB9 (or 0x121CB9) is known color: Persian Blue. HEX triplet: 12, 1C and B9. RGB value is (18,28,185). Sum of RGB (Red+Green+Blue) = 18+28+185=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #121CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CB9 is #EDE346. Grayscale: #2A2A2A. Windows color (decimal): -15590215 or 12131346. OLE color: 12131346.

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

Color convert

RGB 18 28 185 -
CMYK 0.90 0.85 0 0.27
HSL 236.41º 0.82% 0.4% -
HSV(B) 236.41º 0.9% 0.73% -
XYZ 9.42 4.46 46.26 -
YUV 42.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 18 28 185 0.90 0.85 0 0.27 236.41 0.82 0.4
Hex 12 1C B9 5A 55 0 1B EC 52 28
Octal 22 34 271 132 125 0 33 354 122 50
Binary 10010 11100 10111001 1011010 1010101 0 11011 11101100 1010010 101000

Color Harmonies of #121CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CB9

Black with #121CB9

Text Example


Text Example

White with #121CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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