#161BC7

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

Shades of Persian Blue #161BC7

Tints of Persian Blue #161BC7

Color information

#161BC7 (or 0x161BC7) is unknown color: approx Persian Blue. HEX triplet: 16, 1B and C7. RGB value is (22,27,199). Sum of RGB (Red+Green+Blue) = 22+27+199=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 199 (78.12% from 255 or 80.24% from 248); Max value from RGB is 199 - color contains mainly: blue. Hex color #161BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161BC7 is #E9E438. Grayscale: #2C2C2C. Windows color (decimal): -15328313 or 13048598. OLE color: 13048598.

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

Color convert

RGB2227199-
CMYK0.890.8600.22
HSL238.31º80.09%43.33%-
HSV(B)238.31º88.94%78.04%-
XYZ11.035.0854.43-
YUV45.11214.84111.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 199 (78.12% from 255) = 80.24%
R=8.87%
G=10.89%
B=80.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22271990.890.8600.22238.3180.0943.33
Hex161BC75956016ee502b
Octal263330713112602635612053
Binary10110110111100011110110011010110010110111011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,27,199); }

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

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

 a { background-color: rgb(22,27,199); }

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

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

 span { border-color: rgb(22,27,199); }

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