#123CBB

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

Shades of Persian Blue #123CBB

Tints of Persian Blue #123CBB

Color information

#123CBB (or 0x123CBB) is unknown color: approx Persian Blue. HEX triplet: 12, 3C and BB. RGB value is (18,60,187). Sum of RGB (Red+Green+Blue) = 18+60+187=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #123CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CBB is #EDC344. Grayscale: #3D3D3D. Windows color (decimal): -15582021 or 12270610. OLE color: 12270610.

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

Color convert

RGB1860187-
CMYK0.900.6800.27
HSL225.09º82.44%40.2%-
HSV(B)225.09º90.37%73.33%-
XYZ10.836.9547.78-
YUV61.92198.5996.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 187 (73.44% from 255) = 70.57%
R=6.79%
G=22.64%
B=70.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18601870.900.6800.27225.0982.4440.2
Hex123CBB5A4401Be15228
Octal227427313210403334112250
Binary100101111001011101110110101000100011011111000011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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