#1F23E7

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

Shades of Persian Blue #1F23E7

Tints of Persian Blue #1F23E7

Color information

#1F23E7 (or 0x1F23E7) is unknown color: approx Persian Blue. HEX triplet: 1F, 23 and E7. RGB value is (31,35,231). Sum of RGB (Red+Green+Blue) = 31+35+231=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 231 (90.62% from 255 or 77.78% from 297); Max value from RGB is 231 - color contains mainly: blue. Hex color #1F23E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F23E7 is #E0DC18. Grayscale: #373737. Windows color (decimal): -14736409 or 15147807. OLE color: 15147807.

HSL color Cylindrical-coordinate representation of color #1F23E7: hue angle of 238.8º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F23E7 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3135231-
CMYK0.870.8500.09
HSL238.8º80.65%51.37%-
HSV(B)238.8º86.58%90.59%-
XYZ15.597.2676.18-
YUV56.15226.67110.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 231 (90.62% from 255) = 77.78%
R=10.44%
G=11.78%
B=77.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31352310.870.8500.09238.880.6551.37
Hex1F23E7575509ef5133
Octal374334712712501135712163
Binary11111100011111001111010111101010101001111011111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F23E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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