Html Css Color HEX #121DB9 Persian Blue

📋 copy color: '#121DB9'

red 18 ◦ green 29 ◦ blue 185

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

Shades of Persian Blue #121DB9

Tints of Persian Blue #121DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

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

R = 7.76%
G = 12.5%
B = 79.74%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121DB9 (or 0x121DB9) is known color: Persian Blue. HEX triplet: 12, 1D and B9. RGB value is (18,29,185). Sum of RGB (Red+Green+Blue) = 18+29+185=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #121DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DB9 is #EDE246. Grayscale: #2A2A2A. Windows color (decimal): -15589959 or 12131602. OLE color: 12131602.

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

Color convert

RGB 18 29 185 -
CMYK 0.90 0.84 0 0.27
HSL 236.05º 0.82% 0.4% -
HSV(B) 236.05º 0.9% 0.73% -
XYZ 9.45 4.51 46.27 -
YUV 43.5 207.86 109.82 -
System Red Green Blue C M Y K H S L
Decimal 18 29 185 0.90 0.84 0 0.27 236.05 0.82 0.4
Hex 12 1D B9 5A 54 0 1B EC 52 28
Octal 22 35 271 132 124 0 33 354 122 50
Binary 10010 11101 10111001 1011010 1010100 0 11011 11101100 1010010 101000

Color Harmonies of #121DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DB9

Black with #121DB9

Text Example


Text Example

White with #121DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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