Html Css Color HEX #121ABA Persian Blue

📋 copy color: '#121ABA'

red 18 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #121ABA

Tints of Persian Blue #121ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.87%

R = 7.83%
G = 11.3%
B = 80.87%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121ABA (or 0x121ABA) is known color: Persian Blue. HEX triplet: 12, 1A and BA. RGB value is (18,26,186). Sum of RGB (Red+Green+Blue) = 18+26+186=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #121ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ABA is #EDE545. Grayscale: #292929. Windows color (decimal): -15590726 or 12196370. OLE color: 12196370.

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

Color convert

RGB 18 26 186 -
CMYK 0.90 0.86 0 0.27
HSL 237.14º 0.82% 0.4% -
HSV(B) 237.14º 0.9% 0.73% -
XYZ 9.48 4.41 46.81 -
YUV 41.85 209.35 110.99 -
System Red Green Blue C M Y K H S L
Decimal 18 26 186 0.90 0.86 0 0.27 237.14 0.82 0.4
Hex 12 1A BA 5A 56 0 1B ED 52 28
Octal 22 32 272 132 126 0 33 355 122 50
Binary 10010 11010 10111010 1011010 1010110 0 11011 11101101 1010010 101000

Color Harmonies of #121ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ABA

Black with #121ABA

Text Example


Text Example

White with #121ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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