#161CC9

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

Shades of Persian Blue #161CC9

Tints of Persian Blue #161CC9

Color information

#161CC9 (or 0x161CC9) is unknown color: approx Persian Blue. HEX triplet: 16, 1C and C9. RGB value is (22,28,201). Sum of RGB (Red+Green+Blue) = 22+28+201=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 201 (78.91% from 255 or 80.08% from 251); Max value from RGB is 201 - color contains mainly: blue. Hex color #161CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161CC9 is #E9E336. Grayscale: #2D2D2D. Windows color (decimal): -15328055 or 13179926. OLE color: 13179926.

HSL color Cylindrical-coordinate representation of color #161CC9: hue angle of 237.99º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161CC9 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2228201-
CMYK0.890.8600.21
HSL237.99º80.27%43.73%-
HSV(B)237.99º89.05%78.82%-
XYZ11.295.2255.67-
YUV45.93215.51110.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.76%
GREEN value IS 28 (11.33% from 255) = 11.16%
BLUE value IS 201 (78.91% from 255) = 80.08%
R=8.76%
G=11.16%
B=80.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22282010.890.8600.21237.9980.2743.73
Hex161CC95956015ee502c
Octal263431113112602535612054
Binary10110111001100100110110011010110010101111011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161CC9; }

 p { color: rgb(22,28,201); }

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

<style>
 a { background-color: #161CC9; }

 a { background-color: rgb(22,28,201); }

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

<style>
 span { border-color: #161CC9; }

 span { border-color: rgb(22,28,201); }

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