Html Css Color HEX #121ABD Persian Blue

📋 copy color: '#121ABD'

red 18 ◦ green 26 ◦ blue 189

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

Shades of Persian Blue #121ABD

Tints of Persian Blue #121ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 189 (74.22% from 255) = 81.12%

R = 7.73%
G = 11.16%
B = 81.12%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#121ABD (or 0x121ABD) is known color: Persian Blue. HEX triplet: 12, 1A and BD. RGB value is (18,26,189). Sum of RGB (Red+Green+Blue) = 18+26+189=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #121ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ABD is #EDE542. Grayscale: #292929. Windows color (decimal): -15590723 or 12392978. OLE color: 12392978.

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

Color convert

RGB 18 26 189 -
CMYK 0.90 0.86 0 0.26
HSL 237.19º 0.83% 0.41% -
HSV(B) 237.19º 0.9% 0.74% -
XYZ 9.8 4.54 48.5 -
YUV 42.19 210.85 110.75 -
System Red Green Blue C M Y K H S L
Decimal 18 26 189 0.90 0.86 0 0.26 237.19 0.83 0.41
Hex 12 1A BD 5A 56 0 1A ED 53 29
Octal 22 32 275 132 126 0 32 355 123 51
Binary 10010 11010 10111101 1011010 1010110 0 11010 11101101 1010011 101001

Color Harmonies of #121ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ABD

Black with #121ABD

Text Example


Text Example

White with #121ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,189); }

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

background-color css

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

 a { background-color: rgb(18,26,189); }

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

border-color css

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

 span { border-color: rgb(18,26,189); }

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