#161CCA

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

Shades of Persian Blue #161CCA

Tints of Persian Blue #161CCA

Color information

#161CCA (or 0x161CCA) is unknown color: approx Persian Blue. HEX triplet: 16, 1C and CA. RGB value is (22,28,202). Sum of RGB (Red+Green+Blue) = 22+28+202=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #161CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161CCA is #E9E335. Grayscale: #2D2D2D. Windows color (decimal): -15328054 or 13245462. OLE color: 13245462.

HSL color Cylindrical-coordinate representation of color #161CCA: hue angle of 238º 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 #161CCA is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2228202-
CMYK0.890.8600.21
HSL238º80.36%43.92%-
HSV(B)238º89.11%79.22%-
XYZ11.415.2756.29-
YUV46.04216.01110.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.73%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 202 (79.30% from 255) = 80.16%
R=8.73%
G=11.11%
B=80.16%

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
Decimal22282020.890.8600.2123880.3643.92
Hex161CCA5956015ee502c
Octal263431213112602535612054
Binary10110111001100101010110011010110010101111011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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