#1F23AD

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

Shades of Persian Blue #1F23AD

Tints of Persian Blue #1F23AD

Color information

#1F23AD (or 0x1F23AD) is unknown color: approx Persian Blue. HEX triplet: 1F, 23 and AD. RGB value is (31,35,173). Sum of RGB (Red+Green+Blue) = 31+35+173=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F23AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F23AD is #E0DC52. Grayscale: #303030. Windows color (decimal): -14736467 or 11346719. OLE color: 11346719.

HSL color Cylindrical-coordinate representation of color #1F23AD: hue angle of 238.31º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F23AD is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3135173-
CMYK0.820.8000.32
HSL238.31º69.61%40%-
HSV(B)238.31º82.08%67.84%-
XYZ8.714.5139.95-
YUV49.54197.67114.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 173 (67.97% from 255) = 72.38%
R=12.97%
G=14.64%
B=72.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31351730.820.8000.32238.3169.6140
Hex1F23AD5250020ee4628
Octal374325512212004035610650
Binary1111110001110101101101001010100000100000111011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F23AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F23AD; }

 p { color: rgb(31,35,173); }

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

<style>
 a { background-color: #1F23AD; }

 a { background-color: rgb(31,35,173); }

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

<style>
 span { border-color: #1F23AD; }

 span { border-color: rgb(31,35,173); }

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