#121FB8

Color #121FB8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #121FB8

Tints of Persian Blue #121FB8

Color information

#121FB8 (or 0x121FB8) is unknown color: approx Persian Blue. HEX triplet: 12, 1F and B8. RGB value is (18,31,184). Sum of RGB (Red+Green+Blue) = 18+31+184=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 184 (72.27% from 255 or 78.97% from 233); Max value from RGB is 184 - color contains mainly: blue. Hex color #121FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FB8 is #EDE047. Grayscale: #2B2B2B. Windows color (decimal): -15589448 or 12066578. OLE color: 12066578.

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

Color convert

RGB1831184-
CMYK0.900.8300.28
HSL235.3º82.18%39.61%-
HSV(B)235.3º90.22%72.16%-
XYZ9.394.5745.73-
YUV44.56206.69109.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 31 (12.5% from 255) = 13.30%
BLUE value IS 184 (72.27% from 255) = 78.97%
R=7.73%
G=13.30%
B=78.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311840.900.8300.28235.382.1839.61
Hex121FB85A5301Ceb5228
Octal223727013212303435312250
Binary10010111111011100010110101010011011100111010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,31,184); }

 H1.HeaderClassName
 {
   color: #121FB8;
 }
 .AnyTagClassName
 {
   color: #121FB8;
 }
</style>
background-color css

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

 a { background-color: rgb(18,31,184); }

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

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

 span { border-color: rgb(18,31,184); }

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