#1F33BB

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

Shades of Persian Blue #1F33BB

Tints of Persian Blue #1F33BB

Color information

#1F33BB (or 0x1F33BB) is unknown color: approx Persian Blue. HEX triplet: 1F, 33 and BB. RGB value is (31,51,187). Sum of RGB (Red+Green+Blue) = 31+51+187=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F33BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F33BB is #E0CC44. Grayscale: #3B3B3B. Windows color (decimal): -14732357 or 12268319. OLE color: 12268319.

HSL color Cylindrical-coordinate representation of color #1F33BB: hue angle of 232.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F33BB is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3151187-
CMYK0.830.7300.27
HSL232.31º71.56%42.75%-
HSV(B)232.31º83.42%73.33%-
XYZ10.726.2547.65-
YUV60.52199.37106.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 187 (73.44% from 255) = 69.52%
R=11.52%
G=18.96%
B=69.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31511870.830.7300.27232.3171.5642.75
Hex1F33BB534901Be8482b
Octal376327312311103335011053
Binary111111100111011101110100111001001011011111010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,187); }

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

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

 a { background-color: rgb(31,51,187); }

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

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

 span { border-color: rgb(31,51,187); }

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