#123CC8

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

Shades of Persian Blue #123CC8

Tints of Persian Blue #123CC8

Color information

#123CC8 (or 0x123CC8) is unknown color: approx Persian Blue. HEX triplet: 12, 3C and C8. RGB value is (18,60,200). Sum of RGB (Red+Green+Blue) = 18+60+200=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 200 (78.52% from 255 or 71.94% from 278); Max value from RGB is 200 - color contains mainly: blue. Hex color #123CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CC8 is #EDC337. Grayscale: #3E3E3E. Windows color (decimal): -15582008 or 13122578. OLE color: 13122578.

HSL color Cylindrical-coordinate representation of color #123CC8: hue angle of 226.15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123CC8 is Cyan = 0.91, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1860200-
CMYK0.910.700.22
HSL226.15º83.49%42.75%-
HSV(B)226.15º91%78.43%-
XYZ12.297.5355.45-
YUV63.4205.0995.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 200 (78.52% from 255) = 71.94%
R=6.47%
G=21.58%
B=71.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18602000.910.700.22226.1583.4942.75
Hex123CC85B46016e2532b
Octal227431013310602634212353
Binary100101111001100100010110111000110010110111000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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