#1F23B2

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

Shades of Persian Blue #1F23B2

Tints of Persian Blue #1F23B2

Color information

#1F23B2 (or 0x1F23B2) is unknown color: approx Persian Blue. HEX triplet: 1F, 23 and B2. RGB value is (31,35,178). Sum of RGB (Red+Green+Blue) = 31+35+178=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 178 (69.92% from 255 or 72.95% from 244); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F23B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F23B2 is #E0DC4D. Grayscale: #313131. Windows color (decimal): -14736462 or 11674399. OLE color: 11674399.

HSL color Cylindrical-coordinate representation of color #1F23B2: hue angle of 238.37º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F23B2 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3135178-
CMYK0.830.8000.30
HSL238.37º70.33%40.98%-
HSV(B)238.37º82.58%69.8%-
XYZ9.24.7142.54-
YUV50.11200.17114.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 178 (69.92% from 255) = 72.95%
R=12.70%
G=14.34%
B=72.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31351780.830.8000.30238.3770.3340.98
Hex1F23B2535001Eee4629
Octal374326212312003635610651
Binary111111000111011001010100111010000011110111011101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F23B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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