#121DBA

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

Shades of Persian Blue #121DBA

Tints of Persian Blue #121DBA

Color information

#121DBA (or 0x121DBA) is unknown color: approx Persian Blue. HEX triplet: 12, 1D and BA. RGB value is (18,29,186). Sum of RGB (Red+Green+Blue) = 18+29+186=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #121DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DBA is #EDE245. Grayscale: #2A2A2A. Windows color (decimal): -15589958 or 12197138. OLE color: 12197138.

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

Color convert

RGB1829186-
CMYK0.900.8400.27
HSL236.07º82.35%40%-
HSV(B)236.07º90.32%72.94%-
XYZ9.554.5546.83-
YUV43.61208.36109.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 29 (11.72% from 255) = 12.45%
BLUE value IS 186 (73.05% from 255) = 79.83%
R=7.73%
G=12.45%
B=79.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18291860.900.8400.27236.0782.3540
Hex121DBA5A5401Bec5228
Octal223527213212403335412250
Binary10010111011011101010110101010100011011111011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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