Html Css Color HEX #121ABC Persian Blue

📋 copy color: '#121ABC'

red 18 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #121ABC

Tints of Persian Blue #121ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.03%

R = 7.76%
G = 11.21%
B = 81.03%

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

#121ABC (or 0x121ABC) is known color: Persian Blue. HEX triplet: 12, 1A and BC. RGB value is (18,26,188). Sum of RGB (Red+Green+Blue) = 18+26+188=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #121ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ABC is #EDE543. Grayscale: #292929. Windows color (decimal): -15590724 or 12327442. OLE color: 12327442.

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

Color convert

RGB 18 26 188 -
CMYK 0.90 0.86 0 0.26
HSL 237.18º 0.83% 0.4% -
HSV(B) 237.18º 0.9% 0.74% -
XYZ 9.7 4.5 47.93 -
YUV 42.08 210.35 110.83 -
System Red Green Blue C M Y K H S L
Decimal 18 26 188 0.90 0.86 0 0.26 237.18 0.83 0.4
Hex 12 1A BC 5A 56 0 1A ED 53 28
Octal 22 32 274 132 126 0 32 355 123 50
Binary 10010 11010 10111100 1011010 1010110 0 11010 11101101 1010011 101000

Color Harmonies of #121ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121ABC

Black with #121ABC

Text Example


Text Example

White with #121ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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