#1148CB

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

Shades of Persian Blue #1148CB

Tints of Persian Blue #1148CB

Color information

#1148CB (or 0x1148CB) is unknown color: approx Persian Blue. HEX triplet: 11, 48 and CB. RGB value is (17,72,203). Sum of RGB (Red+Green+Blue) = 17+72+203=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #1148CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1148CB is #EEB734. Grayscale: #454545. Windows color (decimal): -15644469 or 13322257. OLE color: 13322257.

HSL color Cylindrical-coordinate representation of color #1148CB: hue angle of 222.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1148CB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1772203-
CMYK0.920.6500.20
HSL222.26º84.55%43.14%-
HSV(B)222.26º91.63%79.61%-
XYZ13.339.0757.55-
YUV70.49202.7889.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.82%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 203 (79.69% from 255) = 69.52%
R=5.82%
G=24.66%
B=69.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17722030.920.6500.20222.2684.5543.14
Hex1148CB5C41014de552b
Octal2111031313410102433612553
Binary1000110010001100101110111001000001010100110111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1148CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1148CB; }

 p { color: rgb(17,72,203); }

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

<style>
 a { background-color: #1148CB; }

 a { background-color: rgb(17,72,203); }

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

<style>
 span { border-color: #1148CB; }

 span { border-color: rgb(17,72,203); }

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