#123CF9

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

Shades of Persian Blue #123CF9

Tints of Persian Blue #123CF9

Color information

#123CF9 (or 0x123CF9) is unknown color: approx Persian Blue. HEX triplet: 12, 3C and F9. RGB value is (18,60,249). Sum of RGB (Red+Green+Blue) = 18+60+249=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 249 (97.66% from 255 or 76.15% from 327); Max value from RGB is 249 - color contains mainly: blue. Hex color #123CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CF9 is #EDC306. Grayscale: #444444. Windows color (decimal): -15581959 or 16333842. OLE color: 16333842.

HSL color Cylindrical-coordinate representation of color #123CF9: hue angle of 229.09º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123CF9 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1860249-
CMYK0.930.7600.02
HSL229.09º95.06%52.35%-
HSV(B)229.09º92.77%97.65%-
XYZ18.9610.290.59-
YUV68.99229.5991.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.50%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 249 (97.66% from 255) = 76.15%
R=5.50%
G=18.35%
B=76.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18602490.930.7600.02229.0995.0652.35
Hex123CF95D4C02e55f34
Octal22743711351140234513764
Binary100101111001111100110111011001100010111001011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123CF9; }

 p { color: rgb(18,60,249); }

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

<style>
 a { background-color: #123CF9; }

 a { background-color: rgb(18,60,249); }

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

<style>
 span { border-color: #123CF9; }

 span { border-color: rgb(18,60,249); }

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