#1F30B3

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

Shades of Persian Blue #1F30B3

Tints of Persian Blue #1F30B3

Color information

#1F30B3 (or 0x1F30B3) is unknown color: approx Persian Blue. HEX triplet: 1F, 30 and B3. RGB value is (31,48,179). Sum of RGB (Red+Green+Blue) = 31+48+179=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F30B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F30B3 is #E0CF4C. Grayscale: #393939. Windows color (decimal): -14733133 or 11743263. OLE color: 11743263.

HSL color Cylindrical-coordinate representation of color #1F30B3: hue angle of 233.11º 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 #1F30B3 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3148179-
CMYK0.830.7300.30
HSL233.11º70.48%41.18%-
HSV(B)233.11º82.68%70.2%-
XYZ9.765.6643.23-
YUV57.85196.37108.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.02%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 179 (70.31% from 255) = 69.38%
R=12.02%
G=18.60%
B=69.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31481790.830.7300.30233.1170.4841.18
Hex1F30B3534901Ee94629
Octal376026312311103635110651
Binary111111100001011001110100111001001011110111010011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F30B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,179); }

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

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

 a { background-color: rgb(31,48,179); }

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

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

 span { border-color: rgb(31,48,179); }

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