#123EBB

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

Shades of Persian Blue #123EBB

Tints of Persian Blue #123EBB

Color information

#123EBB (or 0x123EBB) is unknown color: approx Persian Blue. HEX triplet: 12, 3E and BB. RGB value is (18,62,187). Sum of RGB (Red+Green+Blue) = 18+62+187=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #123EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EBB is #EDC144. Grayscale: #3E3E3E. Windows color (decimal): -15581509 or 12271122. OLE color: 12271122.

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

Color convert

RGB1862187-
CMYK0.900.6700.27
HSL224.38º82.44%40.2%-
HSV(B)224.38º90.37%73.33%-
XYZ10.947.1647.82-
YUV63.09197.9295.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 187 (73.44% from 255) = 70.04%
R=6.74%
G=23.22%
B=70.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18621870.900.6700.27224.3882.4440.2
Hex123EBB5A4301Be05228
Octal227627313210303334012250
Binary100101111101011101110110101000011011011111000001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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