#1243BB

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

Shades of Persian Blue #1243BB

Tints of Persian Blue #1243BB

Color information

#1243BB (or 0x1243BB) is unknown color: approx Persian Blue. HEX triplet: 12, 43 and BB. RGB value is (18,67,187). Sum of RGB (Red+Green+Blue) = 18+67+187=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #1243BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1243BB is #EDBC44. Grayscale: #414141. Windows color (decimal): -15580229 or 12272402. OLE color: 12272402.

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

Color convert

RGB1867187-
CMYK0.900.6400.27
HSL222.6º82.44%40.2%-
HSV(B)222.6º90.37%73.33%-
XYZ11.237.7347.91-
YUV66.03196.2793.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 187 (73.44% from 255) = 68.75%
R=6.62%
G=24.63%
B=68.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18671870.900.6400.27222.682.4440.2
Hex1243BB5A4001Bdf5228
Octal2210327313210003333712250
Binary1001010000111011101110110101000000011011110111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1243BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1243BB; }

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

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

<style>
 a { background-color: #1243BB; }

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

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

<style>
 span { border-color: #1243BB; }

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

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