#161dcb

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

Shades of Persian Blue #161DCB

Tints of Persian Blue #161DCB

Color information

#161DCB (or 0x161DCB) is unknown color: approx Persian Blue. HEX triplet: 16, 1D and CB. RGB value is (22,29,203). Sum of RGB (Red+Green+Blue) = 22+29+203=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #161DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161DCB is #E9E234. Grayscale: #2E2E2E. Windows color (decimal): -15327797 or 13311254. OLE color: 13311254.

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

Color convert

RGB2229203-
CMYK0.890.8600.20
HSL237.68º80.44%44.12%-
HSV(B)237.68º89.16%79.61%-
XYZ11.555.3656.93-
YUV46.74216.18110.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 29 (11.72% from 255) = 11.42%
BLUE value IS 203 (79.69% from 255) = 79.92%
R=8.66%
G=11.42%
B=79.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal22292030.890.8600.20237.6880.4444.12
Hex161DCB5956014ee502c
Octal263531313112602435612054
Binary10110111011100101110110011010110010100111011101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161dcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,29,203); }

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

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

 a { background-color: rgb(22,29,203); }

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

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

 span { border-color: rgb(22,29,203); }

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