#1144B3

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

Shades of Persian Blue #1144B3

Tints of Persian Blue #1144B3

Color information

#1144B3 (or 0x1144B3) is unknown color: approx Persian Blue. HEX triplet: 11, 44 and B3. RGB value is (17,68,179). Sum of RGB (Red+Green+Blue) = 17+68+179=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #1144B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1144B3 is #EEBB4C. Grayscale: #404040. Windows color (decimal): -15645517 or 11748369. OLE color: 11748369.

HSL color Cylindrical-coordinate representation of color #1144B3: hue angle of 221.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1144B3 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1768179-
CMYK0.910.6200.30
HSL221.11º82.65%38.43%-
HSV(B)221.11º90.5%70.2%-
XYZ10.437.5143.55-
YUV65.4192.193.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 179 (70.31% from 255) = 67.80%
R=6.44%
G=25.76%
B=67.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17681790.910.6200.30221.1182.6538.43
Hex1144B35B3E01Edd5326
Octal211042631337603633512346
Binary100011000100101100111011011111110011110110111011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1144B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1144B3; }

 p { color: rgb(17,68,179); }

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

<style>
 a { background-color: #1144B3; }

 a { background-color: rgb(17,68,179); }

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

<style>
 span { border-color: #1144B3; }

 span { border-color: rgb(17,68,179); }

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